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

15 lines
550 B
Text
Executable file

<!--approved children-->
<div id="children" class="children module">
<h3 class="heading"><%= t(".inspired_by.title") %>:</h3>
<ul>
<%# i18n-tasks-use t("works.work_approved_children.inspired_by.restricted_html") %>
<%# i18n-tasks-use t("works.work_approved_children.inspired_by.revealed_html") %>
<%# i18n-tasks-use t("works.work_approved_children.inspired_by.unrevealed") %>
<% for child_work in inspired_by %>
<li>
<%= related_work_note(child_work.work, "inspired_by") %>
</li>
<% end %>
</ul>
</div>