Sha256: 2ed11273782c570ebacf85f6fb196f67713fd6c964bae87164043de7b7bbd783
Contents?: true
Size: 836 Bytes
Versions: 10
Compression:
Stored size: 836 Bytes
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.own')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.models.agent') -%>:</strong> <%= link_to @own.agent.full_name, @own.agent -%> </p> <p> <strong><%= t('activerecord.models.item') -%>:</strong> <%= link_to @own.item.item_identifier, @own.item -%> (<%= link_to @own.item.manifestation.original_title, @own.item.manifestation -%>) </p> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.back_to', :model => t('activerecord.models.agent')), item_agents_path(@own.item) -%></li> <li><%= link_to t('page.back_to', :model => t('activerecord.models.item')), agent_items_path(@own.agent) -%></li> </ul> </div>
Version data entries
10 entries across 10 versions & 1 rubygems