Sha256: bb4f39b6546a0686674ad1f89b7fd366a5cb638890736aa665851ee48ec5d6e7

Contents?: true

Size: 1.08 KB

Versions: 10

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_<%=noid%>" 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_<%=noid%>">
   <li role="menuitem" tabindex="-1">
   <%= link_to raw('<i class="glyphicon glyphicon-pencil" aria-hidden="true"></i> Edit Collection'), collections.edit_collection_path(noid),
     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(noid),
     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

10 entries across 10 versions & 1 rubygems

Version Path
sufia-5.0.0 app/views/my/_collection_action_menu.html.erb
sufia-5.0.0.rc1 app/views/my/_collection_action_menu.html.erb
sufia-6.0.0.rc2 app/views/my/_collection_action_menu.html.erb
sufia-6.0.0.rc1 app/views/my/_collection_action_menu.html.erb
sufia-4.3.1 app/views/my/_collection_action_menu.html.erb
sufia-6.0.0.beta1 app/views/my/_collection_action_menu.html.erb
sufia-4.2.0 app/views/my/_collection_action_menu.html.erb
sufia-4.1.0 app/views/my/_collection_action_menu.html.erb
sufia-4.0.1 app/views/my/_collection_action_menu.html.erb
sufia-4.0.0 app/views/my/_collection_action_menu.html.erb