otwarchive-sunsetarchive/app/views/works/_work_endnotes.html.erb
2026-03-17 01:16:49 -04:00

6 lines
No EOL
234 B
Text
Executable file

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