Sha256: e87891402bf29b8009cf66d956ee6c04c03a263fa43ffd860b921ca9e277ab2c

Contents?: true

Size: 740 Bytes

Versions: 30

Compression:

Stored size: 740 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? :destroy, @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

30 entries across 30 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre23 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre22 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre21 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre20 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre19 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre18 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre17 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre16 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre15 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre14 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre13 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre12 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre11 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre10 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre9 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre8 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre7 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre6 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre5 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre4 app/views/items/edit.html.erb