otwarchive-symphonyarchive/app/views/share/_embed_link_bookmark.html.erb

5 lines
170 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<% if item.bookmarkable.is_a?(Work) %>
<%= render "share/embed_link_work", item: item.bookmarkable %>
<%= render "share/embed_meta_bookmark", bookmark: item %>
<% end %>