Sha256: cc3663575830272ccc1e685530138b9b7cf6ebf6bbc1d05d4312244f2cc44b95

Contents?: true

Size: 831 Bytes

Versions: 19

Compression:

Stored size: 831 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? :delete, @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

19 entries across 19 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre42 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre41 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre40 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre39 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre38 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre37 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre36 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre35 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre34 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre33 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre32 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre31 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre30 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre29 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre28 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre27 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre26 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre25 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre24 app/views/manifestations/edit.html.erb