Skip to content

Commit

Permalink
Add column header
Browse files Browse the repository at this point in the history
  • Loading branch information
jlhardes committed Dec 9, 2024
1 parent abd5955 commit 344b770
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 344b770

Please sign in to comment.