Sha256: f09c7bd41a210bd9de9c546970c78d44663fdd962bce0353b5958e532f03596c

Contents?: true

Size: 337 Bytes

Versions: 3

Compression:

Stored size: 337 Bytes

Contents

<% if can? :edit, @presenter.id %>
  <h2 class="non lower">Actions</h2>
  <p>
      <%= link_to "Edit", edit_collection_path, class: 'btn btn-default' %> &nbsp;&nbsp;
      <%= link_to "Delete", [main_app, @presenter], class: 'btn btn-danger pull-right', data: { confirm: "Delete this Collection?" }, method: :delete %>
  </p>
<%end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
curation_concerns-2.0.0 app/views/collections/_show_actions.html.erb
curation_concerns-2.0.0.rc2 app/views/collections/_show_actions.html.erb
curation_concerns-2.0.0.rc1 app/views/collections/_show_actions.html.erb