Sha256: fb208615d70959428369ad427a88be276e507021c58af31428ca218704cfc3d3
Contents?: true
Size: 829 Bytes
Versions: 43
Compression:
Stored size: 829 Bytes
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.accept')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.models.item') -%>:</strong> <% if @accept.item %> <%= link_to @accept.item.item_identifier, @accept.item -%> (<%= link_to @accept.item.manifestation.original_title, @accept.item.manifestation %>) <% end %> </p> <p> <strong><%= t('activerecord.models.user') -%>:</strong> <%= link_to @accept.librarian.username, @accept.librarian if @accept.librarian -%> </p> <p> <strong><%= t('page.created_at') -%>:</strong> <%=l @accept.created_at %> </p> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
43 entries across 43 versions & 2 rubygems