Sha256: cf4e8f437e55d1f343008860e07e36e35f4c4bad3d3faffac1656a9b27a85653

Contents?: true

Size: 818 Bytes

Versions: 3

Compression:

Stored size: 818 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

3 entries across 3 versions & 1 rubygems

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