Sha256: e38e4f4a96ad64fa818d9fd819371a112694432bede8dc1ea947532c1acaeaba

Contents?: true

Size: 815 Bytes

Versions: 59

Compression:

Stored size: 815 Bytes

Contents

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

<p>
  <strong><%= t('activerecord.attributes.agent_relationship.parent') -%>:</strong>
  <%= link_to @agent_relationship.parent.full_name, @agent_relationship.parent %>
</p>

<p>
  <strong><%= t('activerecord.attributes.agent_relationship.child') -%>:</strong>
  <%= link_to @agent_relationship.child.full_name, @agent_relationship.child %>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.edit'), edit_agent_relationship_path(@agent_relationship) %></li>
    <li><%= back_to_index(flash[:page_info]) %></li>
  </ul>
</div>

Version data entries

59 entries across 58 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.17 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.16 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.15 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.14 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.13 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.12 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.11 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.10 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.10.rc.3 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.10.rc.2 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.10.rc.1 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.9 app/views/agent_relationships/show.html.erb
enju_biblio-0.4.0.rc.1 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.8 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.7 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.6 app/views/agent_relationships/show.html.erb
enju_biblio-0.4.0.beta.2 app/views/agent_relationships/show.html.erb
enju_biblio-0.4.0.beta.1 app/views/agent_relationships/show.html.erb
enju_biblio-0.3.5 app/views/agent_relationships/show.html.erb