Sha256: 828403fca851094cac0afc6ae7410aa16e6b7fbfe80a40bb76aa10569664ef5a
Contents?: true
Size: 632 Bytes
Versions: 6
Compression:
Stored size: 632 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 '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
6 entries across 6 versions & 1 rubygems