Sha256: 515cc89527a7623327839824a67cb230f5a909cacc422ebd290bf3f0d5ca5b14
Contents?: true
Size: 592 Bytes
Versions: 16
Compression:
Stored size: 592 Bytes
Contents
<h2>Featured Works</h2> <% if can? :update, FeaturedWork %> <%= form_for [sufia, @featured_work_list] do |f| %> <div class="panel-group dd" id="dd"> <ol id="featured_works"> <%= f.fields_for :featured_works do |featured| %> <%= render partial: 'homepage/sortable_featured', locals: {f: featured} %> <% end %> </ol> </div> <%= f.submit "Save order", class: 'btn btn-default' %> <% end %> <% else %> <ol id="featured_works"> <%= render partial: 'homepage/featured', collection: @featured_work_list.featured_works %> </ol> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems