Sha256: 69b24b6cc1ff3fda4c06f23ef8be95a739948c0a04d49daa79f908f2ed153718

Contents?: true

Size: 799 Bytes

Versions: 20

Compression:

Stored size: 799 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'></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'></i> <%= text %>
      <% end %>
    </li>
  </ul>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.2.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.1.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.0 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb