Sha256: 2c0881f32c6b8dae0a7d7a8dde6cf5fcf2bc9dcb0623bb14b1678bb49d50b980

Contents?: true

Size: 819 Bytes

Versions: 10

Compression:

Stored size: 819 Bytes

Contents

<%= @user.username -%> :

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).join(" ") %>
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.profile.locale) %>
<%= LibraryGroup.site_config.url %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre66 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre65 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre64 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre63 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre62 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre61 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre60 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre59 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre58 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre57 app/views/notifier/manifestation_info.en.text.erb