Sha256: da11048b3f0290299845446e72f0ca001c9bc4dd641535c2d88232da9e955c48

Contents?: true

Size: 688 Bytes

Versions: 6

Compression:

Stored size: 688 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 '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

6 entries across 6 versions & 1 rubygems

Version Path
enju_biblio-0.1.3 app/views/items/edit.html.erb
enju_biblio-0.1.2 app/views/items/edit.html.erb
enju_biblio-0.1.1 app/views/items/edit.html.erb
enju_biblio-0.1.0 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre71 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre70 app/views/items/edit.html.erb