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

4 lines
170 B
Text

<% if item.bookmarkable.is_a?(Work) %>
<%= render "share/embed_link_work", item: item.bookmarkable %>
<%= render "share/embed_meta_bookmark", bookmark: item %>
<% end %>