Sha256: 8f7112f431220a2cc478c0dfce292a4b8449822a2636e9af51c1dba19182f54a

Contents?: true

Size: 850 Bytes

Versions: 20

Compression:

Stored size: 850 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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 ui-widget-content">
  <%= 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 @agent -%>
      <li><%= link_to t('page.back'), publisher_manifestations_path(@agent) -%></li>
    <%- else -%>
      <li><%= link_to t('page.back'), manifestations_path -%></li>
    <%- end -%>
  </ul>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
enju_biblio-0.1.3 app/views/manifestations/edit.html.erb
enju_biblio-0.1.2 app/views/manifestations/edit.html.erb
enju_biblio-0.1.1 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre71 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre70 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre69 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre68 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre67 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre66 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre65 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre64 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre63 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre62 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre61 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre60 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre59 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre58 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre57 app/views/manifestations/edit.html.erb
enju_biblio-0.1.0.pre56 app/views/manifestations/edit.html.erb