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

13 lines
311 B
Text

<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%= t('.edit_locale', :default => 'Edit Locale') %></h2>
<%= error_messages_for :locale %>
<!--/descriptions-->
<!--subnav-->
<%= render 'navigation' %>
<!--/subnav-->
<!--main content-->
<%= render 'locale_form' %>
<!--/content-->