otwarchive-symphonyarchive/app/views/collection_participants/index.html.erb
2026-03-11 22:22:11 +00:00

10 lines
421 B
Text

<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%= ts("Members of %{title}", title: @collection.title) %></h2>
<!--descriptions-->
<%= render partial: "add_participants_form" %>
<h3 class="landmark heading"><%= ts("Listing Collection Members") %></h3>
<ul class="member index group">
<%= render partial: "participant_form", collection: @collection_participants, as: :participant %>
</ul>