Sha256: 56b98dd650e25b5ee8ae762c01a0a38a133b158461523f0983ce5681de61ac94

Contents?: true

Size: 832 Bytes

Versions: 31

Compression:

Stored size: 832 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.manifestation')) -%></h1>
<div id="content_list">
  <%= render 'manifestations/form' %>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <%= render 'manifestations/book_jacket', :manifestation => @manifestation -%>
  <ul>
    <li><%= link_to t('page.show'), @manifestation -%></li>
    <% if can? :destroy, @manifestation %>
      <li><%= link_to t('page.destroy'), @manifestation, :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%></li>
    <% end %>
    <%- case when @patron -%>
      <li><%= link_to t('page.back'), publisher_manifestations_path(@patron) -%></li>
    <%- else -%>
      <li><%= link_to t('page.back'), manifestations_path -%></li>
    <%- end -%>
  </ul>
</div>

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
enju_biblio-0.1.0.pre23 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre22 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre21 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre20 app/views/manifestations/edit.html.erb
enju_flower-0.1.0.pre app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre19 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre18 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre17 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre16 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre15 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre14 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre13 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre12 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre11 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre10 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre9 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre8 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre7 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre6 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre5 app/views/manifestations/edit.html.erb