Skip to content

Commit

Permalink
🧹 Fix badge status for feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Jan 9, 2024
1 parent a880b50 commit 2879a36
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 @@ -35,7 +35,7 @@
<% features.each do |feature| %>
<tr data-feature="<%= feature.name.dasherize.parameterize %>">
<td class="status">
<span class="<%= @feature_set.status(feature) -%>"><%= status_for(feature) -%></span>
<span class="badge badge-<%= @feature_set.status(feature) -%>"><%= status_for(feature) -%></span>
</td>
<td class="name"><%= feature.name.humanize -%></td>
<td class="description"><%= feature.description -%></td>
Expand Down

0 comments on commit 2879a36

Please sign in to comment.