Skip to content

Commit

Permalink
Merge pull request #6981 from samvera/issue-6792
Browse files Browse the repository at this point in the history
Add column header
  • Loading branch information
randalldfloyd authored Dec 10, 2024
2 parents abd5955 + 344b770 commit 54e28d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hyrax/admin/features/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<table class="table table-striped">
<thead>
<tr>
<th></th>
<th>Status</th>
<th class="name"><%= t('.feature') %></th>
<th class="description"><%= t('.description') %></th>
<th class="action"><%= t('.action') %></th>
Expand Down

0 comments on commit 54e28d2

Please sign in to comment.