otwarchive-symphonyarchive/app/views/bookmarks/_bookmark_item_module.html.erb

8 lines
351 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<% # expects "bookmarkable" %>
<% if bookmarkable.is_a?(ExternalWork) %>
<%= render 'external_works/work_module', external_work: bookmarkable, bookmarkable: bookmarkable %>
<% elsif bookmarkable.is_a?(Series) %>
<%= render 'series/series_module', series: bookmarkable %>
<% else %>
<%= render 'works/work_module', work: bookmarkable %>
<% end %>