Sha256: 154de3b84217816a9595567e060070eccb752d5701e5310906fa655a9353dd56

Contents?: true

Size: 907 Bytes

Versions: 15

Compression:

Stored size: 907 Bytes

Contents

<div class="btn-group">
  <button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"><%= t('.select') %> <span class="caret"></span>
  </button>
  <ul class="dropdown-menu dropdown-menu-right">
    <% if can?( :edit, document ) && !workflow_restriction?(@presenter) %>
      <li class="dropdown-item">
        <%= link_to [main_app, :edit, document],
                    class: "itemicon itemedit",
                    title: t('hyrax.collection.document_list.edit'),
                    id: "edit_work_link_#{document.id}" do %>
          <i class="fa fa-pencil" aria-hidden="true"></i> <%= t('hyrax.collection.document_list.edit') %>
        <% end %>
      </li>
    <% end %>
    <li class="dropdown-item">
      <%= display_trophy_link(current_user, document.id) do |text| %>
        <i class="fa fa-star" aria-hidden="true"></i> <%= text %>
      <% end %>
    </li>
  </ul>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb