Sha256: 1797922d81c62348be3fd25e61cbdc3c9c08eb7e534160659bf6d2e89b9598ba
Contents?: true
Size: 765 Bytes
Versions: 3
Compression:
Stored size: 765 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', model: t('activerecord.models.extent')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.extent.name') -%>:</strong> <%= @extent.name -%> </p> <p> <strong><%= t('activerecord.attributes.extent.display_name') -%>:</strong> <%= @extent.display_name.localize -%> </p> <p> <strong><%= t('activerecord.attributes.extent.note') -%>:</strong> <%= @extent.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <li><%= link_to t('page.edit'), edit_extent_path(@extent) -%></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.pre58 | app/views/extents/show.html.erb |
enju_biblio-0.1.0.pre57 | app/views/extents/show.html.erb |
enju_biblio-0.1.0.pre56 | app/views/extents/show.html.erb |