Sha256: 99f31f445ff95e205259d2e3be44f549d2a94e0b80b4f6ba1ffdfb8b8f80aacd

Contents?: true

Size: 614 Bytes

Versions: 19

Compression:

Stored size: 614 Bytes

Contents

<ul>
  <li>
    <%= link_to t('page.edit'), edit_manifestation_path(@manifestation) -%>
  </li>
  <li>
    <%= link_to t('manifestation.edit_item'), items_path(manifestation_id: @manifestation.id) -%>
    (<%= link_to t('manifestation.new_item'), new_item_path(manifestation_id: @manifestation.id) %>)
  </li>
  <li><%= link_to t('manifestation.add_derivation'), manifestations_path(parent_id: @manifestation.id, mode: 'add') -%></li>
  <% if can? :delete, @manifestation %>
    <li><%= link_to t('page.destroy'), @manifestation, data: {confirm: t('page.are_you_sure')}, method: :delete -%></li>
  <% end %>
</ul>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
enju_biblio-0.1.3 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.2 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.1 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre71 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre70 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre69 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre68 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre67 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre66 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre65 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre64 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre63 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre62 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre61 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre60 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre59 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre58 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.1.0.pre57 app/views/manifestations/_edit_detail.html.erb