otwarchive-symphonyarchive/app/views/bookmarks/_bookmark_item_module.html.erb
2026-03-11 22:22:11 +00:00

8 lines
No EOL
351 B
Text

<% # 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 %>