Sha256: 661e52745c5e2797948dfc50631f6c3b423696e16e936150226b57bac0a7f7dc

Contents?: true

Size: 802 Bytes

Versions: 3

Compression:

Stored size: 802 Bytes

Contents

<%= @user.full_name -%> :

Title: <%= @manifestation.original_title %>
Creator(s): <%= @manifestation.creators.readable_by(@user).collect(&:full_name).join("/") %>
Contributor(s): <%= @manifestation.contributors.readable_by(@user).collect(&:full_name).join("/") %> 
Publisher(s): <%= @manifestation.publishers.readable_by(@user).collect(&:full_name).join("/") %>
ISBN: <%= @manifestation.identifier_contents(:isbn) %>
URL: <%= @manifestation.access_address %>
Holding:
<% @manifestation.items.for_checkout.on_shelf.each do |item| -%>
 <%= item.shelf_display_name.localize %> <%= item.call_number %> <%= item.item_identifier %>
<% end -%>

<%= "#{LibraryGroup.site_config.url}manifestations/#{@manifestation.id}" %>

-- 
<%= LibraryGroup.system_name(@user.locale) %>
<%= LibraryGroup.site_config.url %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre55 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre54 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre53 app/views/notifier/manifestation_info.en.text.erb