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

10 lines
450 B
Text
Executable file

<%= form_tag add_collection_participants_path(@collection), class: "single simple post", method: :post do %>
<fieldset>
<legend>Add new members</legend>
<p>
<%= label_tag :participants_to_invite, ts("Add new members"), class: "landmark" %>
<%= text_field_tag :participants_to_invite, nil, autocomplete_options("pseud") %>
<span class="submit actions"><%= submit_tag ts("Submit") %></span>
</p>
</fieldset>
<% end %>