Sha256: fa36f2bd13be6ac1a18e97a93d4093ba7a6a79d66411799e6581979cb458a2ca
Contents?: true
Size: 877 Bytes
Versions: 59
Compression:
Stored size: 877 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <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 ui-widget-content"> <ul> <li><%= link_to t('page.back_to', model: t('activerecord.models.agent')), agents_path(item_id: @own.item_id) -%></li> <li><%= link_to t('page.back_to', model: t('activerecord.models.item')), items_path(agent_id: @own.agent_id) -%></li> </ul> </div>
Version data entries
59 entries across 58 versions & 2 rubygems