Sha256: 036c8a2069b1aae5e0f8807993cfadf8086a1c725913958927cb2a5d17681939

Contents?: true

Size: 729 Bytes

Versions: 3

Compression:

Stored size: 729 Bytes

Contents

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

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

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

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.edit'), edit_identifier_type_path(@identifier_type) -%></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/identifier_types/show.html.erb
enju_biblio-0.1.0.pre54 app/views/identifier_types/show.html.erb
enju_biblio-0.1.0.pre53 app/views/identifier_types/show.html.erb