Sha256: 44e2fe12a2c054de50f122f303ac515d96d75db90b17eaf5be182bbc64e6d096
Contents?: true
Size: 686 Bytes
Versions: 3
Compression:
Stored size: 686 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.new', :model => t('activerecord.models.produce')) -%></h1> <div id="content_list"> <%= render 'form' %> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <%- if @produce.agent -%> <li><%= link_to t('page.listing', :model => t('activerecord.models.agent')), publisher_manifestations_path(@produce.agent) -%></li> <%- end -%> <%- if @produce.manifestation -%> <li><%= link_to t('page.listing', :model => t('activerecord.models.manifestation')), manifestation_agents_path(@produce.manifestation) -%></li> <%- end -%> </ul> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.1.0.pre55 | app/views/produces/new.html.erb |
enju_biblio-0.1.0.pre54 | app/views/produces/new.html.erb |
enju_biblio-0.1.0.pre53 | app/views/produces/new.html.erb |