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