Sha256: 15de3a96428832603b56dca49bf0728ba58d6617a7df6a36ef4832b0fa14a693

Contents?: true

Size: 1.08 KB

Versions: 11

Compression:

Stored size: 1.08 KB

Contents

<div class="btn-group">
  <button class="btn btn-sm dropdown-toggle" data-toggle="dropdown" type="button" id="dropdownMenu_<%= id %>" aria-haspopup="true">
    <span class="sr-only">Press to </span>
    Select an action <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 raw('<i class="glyphicon glyphicon-pencil" aria-hidden="true"></i> Edit Collection'), collections.edit_collection_path(id),
     class: 'itemicon itemedit', title: 'Edit Collection' %>
   </li>
   <li role="menuitem" tabindex="-1">
   <%= link_to raw('<i class="glyphicon glyphicon-trash" aria-hidden="true"></i> Delete Collection'), collections.collection_path(id),
     class: 'itemicon itemtrash', title: 'Delete Collection', method: :delete, data: {
     confirm: "Deleting a collection from #{t('sufia.product_name')} is permanent. Click OK to delete this collection from #{t('sufia.product_name')}, or Cancel to cancel this operation" } %>
   </li>
  </ul>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sufia-6.7.0 app/views/my/_collection_action_menu.html.erb
sufia-6.6.1 app/views/my/_collection_action_menu.html.erb
sufia-6.6.0 app/views/my/_collection_action_menu.html.erb
sufia-6.5.0 app/views/my/_collection_action_menu.html.erb
sufia-6.4.0 app/views/my/_collection_action_menu.html.erb
sufia-6.3.0 app/views/my/_collection_action_menu.html.erb
sufia-6.2.0 app/views/my/_collection_action_menu.html.erb
sufia-6.1.0 app/views/my/_collection_action_menu.html.erb
sufia-6.0.0 app/views/my/_collection_action_menu.html.erb
sufia-6.0.0.rc4 app/views/my/_collection_action_menu.html.erb
sufia-6.0.0.rc3 app/views/my/_collection_action_menu.html.erb