Sha256: 9057cc67bf99939d9dd860cdc1866ac9a9e0351c29487864e69103bbbe82bb01

Contents?: true

Size: 1.34 KB

Versions: 10

Compression:

Stored size: 1.34 KB

Contents

<div class="btn-group">
  <button class="btn btn-default dropdown-toggle" data-toggle="dropdown" type="button" id="dropdownMenu_<%= id %>" aria-haspopup="true">
    <span class="sr-only"><%= t("hyrax.dashboard.my.sr.press_to") %> </span>
    <%= t("hyrax.dashboard.my.action.select") %> <span class="caret" aria-hidden="true"></span>
  </button>
  <ul role="menu" class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenu_<%= id %>">
    <li role="menuitem" tabindex="-1">
      <%= link_to hyrax.edit_collection_path(id),
                  class: 'itemicon itemedit',
                  title: t("hyrax.dashboard.my.action.edit_collection") do %>
        <i class="glyphicon glyphicon-pencil" aria-hidden="true"></i> <%= t("hyrax.dashboard.my.action.edit_collection") %>
      <% end %>
    </li>
    <li role="menuitem" tabindex="-1">
      <%= link_to hyrax.collection_path(id),
                  class: 'itemicon itemtrash',
                  title: t("hyrax.dashboard.my.action.delete_collection"),
                  method: :delete,
                  data: {
                    confirm: t("hyrax.dashboard.my.action.collection_confirmation", application_name: application_name) } do %>
        <i class="glyphicon glyphicon-trash" aria-hidden="true"></i> <%= t("hyrax.dashboard.my.action.delete_collection") %>
      <% end %>
    </li>
  </ul>
</div>

Version data entries

10 entries across 10 versions & 2 rubygems

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