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

14 lines
311 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<!--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-->