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