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

14 lines
No EOL
434 B
Text

<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%= ts('New pseud') %></h2>
<%= error_messages_for :pseud %>
<!--/descriptions-->
<!--subnav-->
<ul class="navigation actions" role="navigation">
<li><%= link_to ts('Back To Pseuds'), user_pseuds_path(@user) %></li>
</ul>
<!--/subnav-->
<!--main content-->
<%= render :partial => 'pseuds_form', :locals => { :button_text => ts("Create") }%>
<!--/content-->