Sha256: 19d852a8b267e640b5ea59a8b4a37e0fdc45b6d80d129d5d086e837432f0eeec
Contents?: true
Size: 729 Bytes
Versions: 2
Compression:
Stored size: 729 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, :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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.0.2 | app/views/items/edit.html.erb |
enju_biblio-0.0.1 | app/views/items/edit.html.erb |