Sha256: 9abbcc20f5e707ca69d39265974f4c1a09b789d2817c6397678e6b597b1cf9f2
Contents?: true
Size: 1.11 KB
Versions: 125
Compression:
Stored size: 1.11 KB
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.item_has_use_restriction')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.models.item') -%>:</strong> <%= link_to @item_has_use_restriction.item.item_identifier, @item_has_use_restriction.item -%> </p> <p> <strong><%= t('activerecord.attributes.item.item_identifier') -%>:</strong> <%= link_to @item_has_use_restriction.item.item_identifier, @item_has_use_restriction.item -%> (<%= link_to @item_has_use_restriction.item.manifestation.original_title, @item_has_use_restriction.item.manifestation -%>) </p> <p> <strong><%= t('activerecord.models.use_restriction') -%>:</strong> <%= link_to @item_has_use_restriction.use_restriction.display_name.localize, @item_has_use_restriction.use_restriction -%> </p> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.edit'), edit_item_has_use_restriction_path(@item_has_use_restriction) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
125 entries across 125 versions & 2 rubygems