Sha256: b623bc85739c058f6bfc04927a344642b22352c69784e02a15f165976c9ff222
Contents?: true
Size: 599 Bytes
Versions: 1
Compression:
Stored size: 599 Bytes
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.identifier')) -%></h1> <div id="content_list" class="ui-corner-all"> <p id="notice"><%= notice %></p> <p> <b>Body:</b> <%= @identifier.body %> </p> <p> <b>Manifestation:</b> <%= @identifier.manifestation_id %> </p> <p> <b>Primary:</b> <%= @identifier.primary %> </p> </div> </div> <div id="submenu"> <ul> <li><%= link_to t('page.edit'), edit_identifier_path(@identifier) %></li> <li><%= link_to t('page.back'), identifiers_path %></li> </ul> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.1.0.pre38 | app/views/identifiers/show.html.erb |