otwarchive-symphonyarchive/app/views/external_works/show.html.erb

7 lines
220 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<% unless @external_work.blank? %>
<h3 class="landmark heading"><%= ts('External Work') %></h3>
<ol class="work index group">
<%= render 'external_works/blurb', external_work: @external_work %>
</ol>
<% end %>