Sha256: 3c3faee78956f1632f25f236f1c0aa7c8be6887551e861ed412ec6285b08bc81
Contents?: true
Size: 721 Bytes
Versions: 14
Compression:
Stored size: 721 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.new', model: t('activerecord.models.item')) -%></h1> <div id="content_list"> <%= render 'manifestations/title', manifestation: @manifestation if @manifestation -%> <%= render 'form' %> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <%- if @manifestation -%> <%= render 'manifestations/book_jacket', manifestation: @manifestation -%> <%- end -%> <ul> <%- if @manifestation -%> <li><%= link_to t('page.back'), items_path(manifestation_id: @manifestation.id) -%></li> <%- else -%> <li><%= link_to t('page.back'), items_path -%></li> <%- end -%> </ul> </div>
Version data entries
14 entries across 14 versions & 1 rubygems