Sha256: 87a939f592c9f85dbf11e47bf2fc5048b574fc83ae30cde34b09ee4ce0ca9045

Contents?: true

Size: 881 Bytes

Versions: 3

Compression:

Stored size: 881 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.produce')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>

<p>
  <strong><%= t('activerecord.models.agent') -%>:</strong>
  <%=link_to @produce.agent.full_name, @produce.agent -%>
</p>

<p>
  <strong><%= t('activerecord.models.manifestation') -%>:</strong>
  <%= link_to @produce.manifestation_original_title, @produce.manifestation -%>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.back_to', :model => t('activerecord.models.agent')), manifestation_agents_path(@produce.manifestation) -%></li>
    <li><%= link_to t('page.back_to', :model => t('activerecord.models.manifestation')), publisher_manifestations_path(@produce.agent) -%></li>
  </ul>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre55 app/views/produces/show.html.erb
enju_biblio-0.1.0.pre54 app/views/produces/show.html.erb
enju_biblio-0.1.0.pre53 app/views/produces/show.html.erb