Sha256: 5eda646eb2dc1a87183d1ab3ace19207fe27547acdc126b7e83dae4141fcc5fb

Contents?: true

Size: 1.37 KB

Versions: 12

Compression:

Stored size: 1.37 KB

Contents

<div class="btn-group">
  <button class="btn btn-default btn-sm 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_dashboard_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.dashboard_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

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.2 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.1 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.0 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/my/_collection_action_menu.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/my/_collection_action_menu.html.erb