Sha256: 64ae016217d4d5415e9f7b18248fb3abb2b202d6cf3977b887279ebfc91c4dd6

Contents?: true

Size: 739 Bytes

Versions: 29

Compression:

Stored size: 739 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.item')) -%></h1>
<div id="content_list">
  <%= render 'manifestations/title', :manifestation => @item.manifestation -%>
  <%= render 'form' %>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <%= render 'manifestations/book_jacket', :manifestation => @item.manifestation -%>
  <ul>
    <li><%= link_to t('page.show'), @item -%></li>
    <% if can? :delete, @item %>
      <li><%= link_to t('page.destroy'), @item, :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%></li>
    <% end %>
    <li><%= link_to t('page.back'), manifestation_items_path(@item.manifestation) -%></li>
  </ul>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre52 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre51 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre50 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre49 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre48 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre47 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre46 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre45 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre44 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre43 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre42 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre41 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre40 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre39 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre38 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre37 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre36 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre35 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre34 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre33 app/views/items/edit.html.erb