Sha256: cc132fa527df1ed5bf022d644d8c840ac19997d42b8591ece9f9a98d29a39eb0

Contents?: true

Size: 789 Bytes

Versions: 10

Compression:

Stored size: 789 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.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

10 entries across 10 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre52 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre51 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre50 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre49 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre48 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre47 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre46 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre45 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre44 app/views/notifier/manifestation_info.en.text.erb
enju_biblio-0.1.0.pre43 app/views/notifier/manifestation_info.en.text.erb