Sha256: a933f0363fa4014c90a2e0b5bb4530b7e2ab94b8b8838fb2860f0be5011c3170

Contents?: true

Size: 764 Bytes

Versions: 4

Compression:

Stored size: 764 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(manifestation_id: @item.manifestation.id) -%></li>
  </ul>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre69 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre68 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre67 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre66 app/views/items/edit.html.erb