otwarchive-symphonyarchive/app/views/pseuds/edit.html.erb

18 lines
551 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%= ts('Editing pseud') %></h2>
<%= error_messages_for :pseud %>
<!--/descriptions-->
<!--subnav-->
<ul class="navigation actions" role="navigation">
<li><%= link_to ts('Show'), [@user, @pseud] %></li>
<li><%= link_to ts('Back To Pseuds'), user_pseuds_path(@user) %></li>
</ul>
<!--/subnav-->
<!--main content-->
<%= render :partial => 'pseuds_form', :locals => { :button_text => t('.forms.update', :default => "Update") } %>
<!--/content-->
<!--subnav-->
<!--/subnav-->