Sha256: 476dd2fd7c6ac6a0fd7bb07bb5434ff62d791639d6cb654841bba2522b7266ad

Contents?: true

Size: 617 Bytes

Versions: 39

Compression:

Stored size: 617 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 policy(@manifestation).destroy? %>
    <li><%= link_to t('page.destroy'), @manifestation, data: {confirm: t('page.are_you_sure')}, method: :delete -%></li>
  <% end %>
</ul>

Version data entries

39 entries across 38 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.17 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.16 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.15 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.14 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.13 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.12 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.11 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.10 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.9 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.8 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.7 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.6 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_edit_detail.html.erb
enju_biblio-0.3.5 app/views/manifestations/_edit_detail.html.erb