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

7 lines
280 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<h2 class="heading"><%= t('.edit_external_author', :default => 'Editing external author identity') %></h2>
<%= render "external_author_form" %>
<p class="navigation actions" role="navigation"><%= link_to t('.back', :default => 'Back'), user_external_authors_path(@user) %></p>