Sha256: 59e5a4d2efe1f6f93f43bd17ad9b43842e984b88829c8e356fd627968afb043b

Contents?: true

Size: 837 Bytes

Versions: 26

Compression:

Stored size: 837 Bytes

Contents

<div class="btn-group">
  <button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown">Select <span class="caret"></span>
  </button>
  <ul class="dropdown-menu dropdown-menu-right">
    <% if can? :edit, document %>
      <li>
        <%= 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="glyphicon glyphicon-pencil" aria-hidden="true"></i> <%= t('hyrax.collection.document_list.edit') %>
        <% end %>
      </li>
    <% end %>
    <li>
      <%= display_trophy_link(current_user, document.id) do |text| %>
        <i class="glyphicon glyphicon-star" aria-hidden="true"></i> <%= text %>
      <% end %>
    </li>
  </ul>
</div>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.8.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.7.2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.7.1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.7.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.6.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.5.1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.5.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.4.1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.4.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.3.3 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.3.2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb