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

Version Path
enju_biblio-0.1.0.pre65 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre64 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre63 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre62 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre61 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre60 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre59 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre58 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre57 app/views/items/edit.html.erb
enju_biblio-0.1.0.pre56 app/views/items/edit.html.erb