Sha256: 6894f3e23f81742eb7cf999582d9db38e45a69ac28862c0f48320c193c1e319c
Contents?: true
Size: 746 Bytes
Versions: 10
Compression:
Stored size: 746 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <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 ui-widget-content"> <%= 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'), items_path(@item.manifestation.id) -%></li> </ul> </div>
Version data entries
10 entries across 10 versions & 1 rubygems