Sha256: 1852c79ce301141ab39045376f84c6ab89b458372c68c9266be969ef2c686756
Contents?: true
Size: 742 Bytes
Versions: 3
Compression:
Stored size: 742 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.exemplify')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.models.manifestation') -%>:</strong> <%= link_to @exemplify.manifestation.original_title, @exemplify.manifestation -%> </p> <p> <strong><%= t('activerecord.models.item') -%>:</strong> <%= link_to @exemplify.item.item_identifier, @exemplify.item -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <li><%= link_to t('page.edit'), edit_exemplify_path(@exemplify) -%></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/exemplifies/show.html.erb |
enju_biblio-0.1.0.pre54 | app/views/exemplifies/show.html.erb |
enju_biblio-0.1.0.pre53 | app/views/exemplifies/show.html.erb |