Sha256: 20e30736c23160920a0375ddc6130d64a4e31ea34ad90172c9219a3c6efb8e7b
Contents?: true
Size: 846 Bytes
Versions: 1
Compression:
Stored size: 846 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.use_restriction')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.use_restriction.name') -%></strong> <%= @use_restriction.name -%> </p> <p> <strong><%= t('activerecord.attributes.use_restriction.display_name') -%></strong> <%= @use_restriction.display_name.localize -%> </p> <p> <strong><%= t('activerecord.attributes.use_restriction.note') -%></strong> <%= @use_restriction.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <li><%= link_to t('page.edit'), edit_use_restriction_path(@use_restriction) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.1.0.pre36 | app/views/use_restrictions/show.html.erb |