app/views/manifestations/index.opds.builder in enju_flower-0.1.0.pre11 vs app/views/manifestations/index.opds.builder in enju_flower-0.1.0.pre12
- old
+ new
@@ -12,12 +12,12 @@
entry.title(manifestation.original_title)
if defined?(EnjuBookmark)
entry.content(manifestation.tags.join(' '), :type => 'html')
end
- manifestation.creators.readable_by(current_user).each do |patron|
+ manifestation.creators.readable_by(current_user).each do |agent|
entry.author do |author|
- author.name(patron.full_name)
+ author.name(agent.full_name)
end
end
end
end
end