Sha256: c73cb38e5f8395cbf4b02e328c1eac0316e888e5a20dc62c69bdc6d1445b5f1f

Contents?: true

Size: 918 Bytes

Versions: 56

Compression:

Stored size: 918 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_type')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>

<p>
  <strong><%= t('activerecord.attributes.agent_relationship_type.name') -%>:</strong>
  <%= @agent_relationship_type.name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.agent_relationship_type.display_name') -%>:</strong>
  <%= @agent_relationship_type.display_name.localize -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.agent_relationship_type.note') -%>:</strong>
  <%= @agent_relationship_type.note -%>
</p>

</div>
</div>

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

Version data entries

56 entries across 55 versions & 2 rubygems

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