Sha256: 79536a812e469ca5e43a22b5ecb1252985515ec289b3e33e35143ca113749028

Contents?: true

Size: 777 Bytes

Versions: 51

Compression:

Stored size: 777 Bytes

Contents

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

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

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

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

</div>
</div>

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

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre42 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre41 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre40 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre39 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre38 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre37 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre36 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre35 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre34 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre33 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre32 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre31 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre30 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre29 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre28 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre27 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre26 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre25 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre24 app/views/patron_types/show.html.erb
enju_biblio-0.1.0.pre23 app/views/patron_types/show.html.erb