Sha256: a69089418afb213e7fa67d8fdc11d877650371880495f329419216515106b1fa

Contents?: true

Size: 1.03 KB

Versions: 32

Compression:

Stored size: 1.03 KB

Contents

<% presenter = f.object.presenter %>
<li class="dd-item dd3-item featured-item" data-id="<%= presenter.id %>">
  <div class="dd-handle dd3-handle"><%= t 'hyrax.homepage.featured_works.drag' %></div>
  <div class="dd3-content panel panel-default">
    <%= f.hidden_field :id %>
    <%= f.hidden_field :order, data: { property: "order" } %>
    <div class="main row">
      <div class="col-sm-3">
        <%= link_to [main_app, presenter] do %>
          <%= render_thumbnail_tag presenter, width: 90 %>
        <% end %>
      </div>
      <div class="col-sm-9">
        <% if can? :destroy, FeaturedWork %>
          <h3 class="pull-right">
            <%= link_to hyrax.featured_work_path(presenter, format: :json),
              title: "Remove work from feature section",
              data: {behavior: 'unfeature'} do %>
              <i class='glyphicon glyphicon-remove'></i>
            <% end %>
          </h3>
        <% end %>
        <%= render 'hyrax/homepage/featured_fields', featured: presenter %>
      </div>
    </div>
  </div>
</li>

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.0.3 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.2.2 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.2.1 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.2.0 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.1.0 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-1.1.0 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.0.2 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.0.1 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.0.0 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/homepage/_sortable_featured.html.erb
hyrax-1.0.5 app/views/hyrax/homepage/_sortable_featured.html.erb