Update references to new translation interface

This commit is contained in:
Senén Rodero Rodríguez
2019-05-31 18:08:59 +02:00
parent 140c37fcc0
commit 146c09adb7
25 changed files with 25 additions and 25 deletions

View File

@@ -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) } %>

View File

@@ -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? %>