Sha256: 76b10ca1825a605e7388bf5400e8dd886500d7da02536af624cfc46ce018cac4

Contents?: true

Size: 884 Bytes

Versions: 15

Compression:

Stored size: 884 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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.profile if @accept.librarian.try(:profile) -%>
</p>

<p>
  <strong><%= t('page.created_at') -%>:</strong>
  <%=l @accept.created_at %>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
enju_library-0.1.2 app/views/accepts/show.html.erb
enju_library-0.1.1 app/views/accepts/show.html.erb
enju_library-0.1.0 app/views/accepts/show.html.erb
enju_library-0.1.0.pre45 app/views/accepts/show.html.erb
enju_library-0.1.0.pre44 app/views/accepts/show.html.erb
enju_library-0.1.0.pre43 app/views/accepts/show.html.erb
enju_library-0.1.0.pre42 app/views/accepts/show.html.erb
enju_library-0.1.0.pre41 app/views/accepts/show.html.erb
enju_library-0.1.0.pre40 app/views/accepts/show.html.erb
enju_library-0.1.0.pre39 app/views/accepts/show.html.erb
enju_library-0.1.0.pre38 app/views/accepts/show.html.erb
enju_library-0.1.0.pre37 app/views/accepts/show.html.erb
enju_library-0.1.0.pre36 app/views/accepts/show.html.erb
enju_library-0.1.0.pre35 app/views/accepts/show.html.erb
enju_library-0.1.0.pre34 app/views/accepts/show.html.erb