Sha256: adbc0d5930da34f5fcd6a93f17c47b06bd28ad4526972c916e386af798aa8ef2

Contents?: true

Size: 910 Bytes

Versions: 9

Compression:

Stored size: 910 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.name') -%>:</strong>
  <%= @identifier_type.name -%>
</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>
    <%- if can? :update, @identifier_type -%>
      <li><%= link_to t('page.edit'), edit_identifier_type_path(@identifier_type) -%></li>
    <%- end -%>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_biblio-0.1.3 app/views/identifier_types/show.html.erb
enju_biblio-0.1.2 app/views/identifier_types/show.html.erb
enju_biblio-0.1.1 app/views/identifier_types/show.html.erb
enju_biblio-0.1.0 app/views/identifier_types/show.html.erb
enju_biblio-0.1.0.pre71 app/views/identifier_types/show.html.erb
enju_biblio-0.1.0.pre70 app/views/identifier_types/show.html.erb
enju_biblio-0.1.0.pre69 app/views/identifier_types/show.html.erb
enju_biblio-0.1.0.pre68 app/views/identifier_types/show.html.erb
enju_biblio-0.1.0.pre67 app/views/identifier_types/show.html.erb