Sha256: 496b7c3c121b6e657e83da4346c5476aa51a452c082a89295784f5be60307388

Contents?: true

Size: 650 Bytes

Versions: 10

Compression:

Stored size: 650 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<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">
  <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

10 entries across 10 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre52 app/views/produces/new.html.erb
enju_biblio-0.1.0.pre51 app/views/produces/new.html.erb
enju_biblio-0.1.0.pre50 app/views/produces/new.html.erb
enju_biblio-0.1.0.pre49 app/views/produces/new.html.erb
enju_biblio-0.1.0.pre48 app/views/produces/new.html.erb
enju_biblio-0.1.0.pre47 app/views/produces/new.html.erb
enju_biblio-0.1.0.pre46 app/views/produces/new.html.erb
enju_biblio-0.1.0.pre45 app/views/produces/new.html.erb
enju_biblio-0.1.0.pre44 app/views/produces/new.html.erb
enju_biblio-0.1.0.pre43 app/views/produces/new.html.erb