Skip to content

Commit

Permalink
Merge pull request #1841 from samvera/contribute_back_i541-featured-w…
Browse files Browse the repository at this point in the history
…orks-save

contribute_back_i541-featured-works-save
  • Loading branch information
labradford authored Sep 6, 2022
2 parents 3ba9cda + b088932 commit cf5f46f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<% elsif can? :update, FeaturedWork %>
<%= form_for [hyrax, @featured_work_list] do |f| %>
<div class="panel-group dd" id="dd">
<div id="featured_works" class="cultural-repository">
<ol id="featured_works" class="cultural-repository">
<%= f.fields_for :featured_works do |featured| %>
<%= render 'sortable_featured', f: featured %>
<% end %>
</div>
</ol>
</div>
<%= f.submit("Save order", class: 'btn btn-default') %>
<% end %>
Expand Down

0 comments on commit cf5f46f

Please sign in to comment.