Sha256: c236ba5521dd3b9ad6a279e47b7dd1534ba66335099e76296c8236890190ce60

Contents?: true

Size: 1.33 KB

Versions: 14

Compression:

Stored size: 1.33 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("sufia.dashboard.my.sr.press_to") %> </span>
    <%= t("sufia.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 edit_collection_path(id),
                  class: 'itemicon itemedit',
                  title: t("sufia.dashboard.my.action.edit_collection") do %>
        <i class="glyphicon glyphicon-pencil" aria-hidden="true"></i> <%= t("sufia.dashboard.my.action.edit_collection") %>
      <% end %>
    </li>
    <li role="menuitem" tabindex="-1">
      <%= link_to collection_path(id),
                  class: 'itemicon itemtrash',
                  title: t("sufia.dashboard.my.action.delete_collection"),
                  method: :delete,
                  data: {
                    confirm: t("sufia.dashboard.my.action.collection_confirmation", application_name: application_name) } do %>
        <i class="glyphicon glyphicon-trash" aria-hidden="true"></i> <%= t("sufia.dashboard.my.action.delete_collection") %>
      <% end %>
    </li>
  </ul>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
sufia-7.4.1 app/views/my/_collection_action_menu.html.erb
sufia-7.4.0 app/views/my/_collection_action_menu.html.erb
sufia-7.3.1 app/views/my/_collection_action_menu.html.erb
sufia-7.3.0 app/views/my/_collection_action_menu.html.erb
sufia-7.3.0.rc3 app/views/my/_collection_action_menu.html.erb
sufia-7.3.0.rc2 app/views/my/_collection_action_menu.html.erb
sufia-7.3.0.rc1 app/views/my/_collection_action_menu.html.erb
sufia-7.2.0 app/views/my/_collection_action_menu.html.erb
sufia-7.1.0 app/views/my/_collection_action_menu.html.erb
sufia-7.0.0 app/views/my/_collection_action_menu.html.erb
sufia-7.0.0.rc2 app/views/my/_collection_action_menu.html.erb
sufia-7.0.0.rc1 app/views/my/_collection_action_menu.html.erb
sufia-7.0.0.beta4 app/views/my/_collection_action_menu.html.erb
sufia-7.0.0.beta3 app/views/my/_collection_action_menu.html.erb