Sha256: cdd803a977e64064b01d8feaed578b6cedec099af48c4f13fd1583358a506393

Contents?: true

Size: 881 Bytes

Versions: 40

Compression:

Stored size: 881 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><%= link_to t('page.back'), :back -%></li>
  </ul>
</div>

Version data entries

40 entries across 38 versions & 2 rubygems

Version Path
enju_library-0.3.0.beta.2 app/views/accepts/show.html.erb
enju_library-0.2.5 app/views/accepts/show.html.erb
enju_library-0.2.4 app/views/accepts/show.html.erb
enju_library-0.2.3 app/views/accepts/show.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_library-0.2.2/app/views/accepts/show.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/bundler/gems/enju_library-d36f415e177e/app/views/accepts/show.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_library-0.2.1/app/views/accepts/show.html.erb
enju_library-0.2.2 app/views/accepts/show.html.erb
enju_library-0.2.1 app/views/accepts/show.html.erb
enju_library-0.2.0 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.10 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.9 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.8 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.7 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.6 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.5 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.4 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.3 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.2 app/views/accepts/show.html.erb
enju_library-0.2.0.beta.1 app/views/accepts/show.html.erb