Sha256: 9b0c598e44ee7b85b60d5fc0c45d40bf492f325879507669da3326873577df19

Contents?: true

Size: 782 Bytes

Versions: 10

Compression:

Stored size: 782 Bytes

Contents

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

10 entries across 10 versions & 1 rubygems

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