Update references to new translation interface
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<%= render "admin/shared/common_globalize_locales",
|
||||
<%= render "shared/common_globalize_locales",
|
||||
resource: nil,
|
||||
display_style: lambda { |locale| site_customization_display_translation_style(locale) } %>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%= render "admin/shared/globalize_locales", resource: @page %>
|
||||
<%= render "shared/globalize_locales", resource: @page %>
|
||||
|
||||
<%= translatable_form_for [:admin, @page], html: {class: "edit_page", data: {watch_changes: true}} do |f| %>
|
||||
<% if @page.errors.any? %>
|
||||
|
||||
Reference in New Issue
Block a user