Sha256: 6d9fa5e9bdf7f1968362e4775a403eeb723fcff5b759bb24e83c95408e9d9e5a

Contents?: true

Size: 721 Bytes

Versions: 13

Compression:

Stored size: 721 Bytes

Contents

<% if collector || editor %>
  <div class="form-actions">
    <% if collector %>
      <%= render 'collections/add_to_collection_modal', collectible: @presenter %>
      <%= link_to_select_collection @presenter, class: 'btn btn-default' %>
    <% end %>
    <% if editor %>
      <%= link_to "Edit This #{@presenter.human_readable_type}", edit_polymorphic_path([main_app, @presenter]), class: 'btn btn-default' %>
      <%= render 'vector_actions', document: @presenter %>
      <%= link_to "Delete This #{@presenter.human_readable_type}", [main_app, @presenter], class: 'btn btn-danger pull-right', data: { confirm: "Delete this #{@presenter.human_readable_type}?" }, method: :delete %>
    <% end %>
  </div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
geo_concerns-0.3.4 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.3.3 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.3.2 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.3.1 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.3.0 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.2.0 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.1.1 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.1.0 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.0.10 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.0.9 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.0.8 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.0.7 app/views/curation_concerns/vector_works/_show_actions.html.erb
geo_concerns-0.0.6 app/views/curation_concerns/vector_works/_show_actions.html.erb