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