Sha256: 92814553a8d2d4bb60210923a9b14c04b98fbec4ce78240ceeddd37d332b6be6

Contents?: true

Size: 768 Bytes

Versions: 10

Compression:

Stored size: 768 Bytes

Contents

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

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

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

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

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_agent_type_path(@agent_type) -%></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_types/show.html.erb
enju_biblio-0.1.0.pre51 app/views/agent_types/show.html.erb
enju_biblio-0.1.0.pre50 app/views/agent_types/show.html.erb
enju_biblio-0.1.0.pre49 app/views/agent_types/show.html.erb
enju_biblio-0.1.0.pre48 app/views/agent_types/show.html.erb
enju_biblio-0.1.0.pre47 app/views/agent_types/show.html.erb
enju_biblio-0.1.0.pre46 app/views/agent_types/show.html.erb
enju_biblio-0.1.0.pre45 app/views/agent_types/show.html.erb
enju_biblio-0.1.0.pre44 app/views/agent_types/show.html.erb
enju_biblio-0.1.0.pre43 app/views/agent_types/show.html.erb