otwarchive-symphonyarchive/app/views/works/_work_endnotes.html.erb

7 lines
242 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<!--work endnotes-->
<div id="work_endnotes" class="end notes module">
<h3 class="heading"><%= ts("Artist Notes:") %></h3>
<blockquote class="userstuff"><%=raw sanitize_field(@work, :endnotes) %></blockquote>
</div>
<!--/work endnotes-->