Sha256: 5179d7e2efbf3f678106eb404fa4e785aeec58737bbe1099069dbf6c24853f45

Contents?: true

Size: 853 Bytes

Versions: 3

Compression:

Stored size: 853 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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 -%>
</p>

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

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <%- if policy(@agent_type).update? -%>
      <li><%= link_to t('page.edit'), edit_agent_type_path(@agent_type) -%></li>
    <%- end -%>
    <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.4.0.rc.1 app/views/agent_types/show.html.erb
enju_biblio-0.4.0.beta.2 app/views/agent_types/show.html.erb
enju_biblio-0.4.0.beta.1 app/views/agent_types/show.html.erb