Sha256: 10d669c47e85ce35af60ccee087403deb44116836dcb74023c271b3775bfdc62
Contents?: true
Size: 872 Bytes
Versions: 3
Compression:
Stored size: 872 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.realize')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.models.agent') -%>:</strong> <%= link_to @realize.agent.full_name, @realize.agent -%> </p> <p> <strong><%= t('activerecord.models.manifestation') -%>:</strong> <%= link_to @realize.expression.original_title, @realize.expression -%> </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')), expression_agents_path(@realize.expression) -%></li> <li><%= link_to t('page.back_to', :model => t('activerecord.models.manifestation')), contributor_manifestations_path(@realize.agent) -%></li> </ul> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.1.0.pre55 | app/views/realizes/show.html.erb |
enju_biblio-0.1.0.pre54 | app/views/realizes/show.html.erb |
enju_biblio-0.1.0.pre53 | app/views/realizes/show.html.erb |