Sha256: 9c421dc811181098eaf290a4915399e283b799c5723471be36ba65419c26b8ef

Contents?: true

Size: 845 Bytes

Versions: 10

Compression:

Stored size: 845 Bytes

Contents

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

10 entries across 10 versions & 1 rubygems

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