Sha256: c27edb4aac65b8be2bb163380fcd22d5370aa32b2395d0cb8a44d73cba15e7ff

Contents?: true

Size: 801 Bytes

Versions: 10

Compression:

Stored size: 801 Bytes

Contents

<div class="btn-group">
  <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">Select an action<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

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/collections/_show_document_list_menu.html.erb
hyrax-1.1.0 app/views/hyrax/collections/_show_document_list_menu.html.erb
hyrax-1.0.5 app/views/hyrax/collections/_show_document_list_menu.html.erb
hyrax-1.0.4 app/views/hyrax/collections/_show_document_list_menu.html.erb
hyrax-1.0.3 app/views/hyrax/collections/_show_document_list_menu.html.erb
hyrax-1.0.2 app/views/hyrax/collections/_show_document_list_menu.html.erb
hyrax-1.0.1 app/views/hyrax/collections/_show_document_list_menu.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/collections/_show_document_list_menu.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/collections/_show_document_list_menu.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/collections/_show_document_list_menu.html.erb