Sha256: 1b2ad0da6e8e978c78aa3b23ef164c85a489ce33a11dec970538bdf8663120ef

Contents?: true

Size: 300 Bytes

Versions: 7

Compression:

Stored size: 300 Bytes

Contents

<% if can? :edit, @collection %>
  <h2 class="non lower">Actions</h2>
  <p>
      <%= link_to "Edit", collections.edit_collection_path, class: 'btn btn-primary' %> &nbsp;&nbsp;
      <%= link_to "Add files from your dashboard",  search_path_for_my_works, class: 'btn btn-primary' %>
  </p>
<%end %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
curation_concerns-0.1.0 app/views/collections/_show_actions.html.erb
worthwhile-0.1.2 app/views/collections/_show_actions.html.erb
worthwhile-0.1.1 app/views/collections/_show_actions.html.erb
worthwhile-0.1.0 app/views/collections/_show_actions.html.erb
worthwhile-0.0.3 app/views/collections/_show_actions.html.erb
worthwhile-0.0.2 app/views/collections/_show_actions.html.erb
worthwhile-0.0.1 app/views/collections/_show_actions.html.erb