Sha256: d94bbf1cc7c32bb9e8c791de4ce27ec7b797fa0d0b16f5a40dae6766be291c77

Contents?: true

Size: 704 Bytes

Versions: 22

Compression:

Stored size: 704 Bytes

Contents

<h2 class="sr-only"><%= t('hyrax.homepage.featured_works.title') %></h2>
<% if @featured_work_list.empty? %>
  <p><%= t('hyrax.homepage.featured_works.no_works') %></p>
<% elsif can? :update, FeaturedWork %>
  <%= form_for [hyrax, @featured_work_list] do |f| %>
    <div class="panel-group dd" id="dd">
      <ol id="featured_works">
        <%= f.fields_for :featured_works do |featured| %>
          <%= render 'sortable_featured', f: featured %>
        <% end %>
      </ol>
    </div>
    <%= f.submit("Save order", class: 'btn btn-default') %>
  <% end %>
<% else %>
  <ol id="featured_works">
    <%= render partial: 'featured', collection: @featured_work_list.featured_works %>
  </ol>
<% end %>

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.3 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-1.1.0 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.2 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.1 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.0 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-1.0.5 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-1.0.4 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-1.0.3 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-1.0.2 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-1.0.1 app/views/hyrax/homepage/_featured_works.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/homepage/_featured_works.html.erb