As we are going to call this partial from any application view it will have more sense to place it at `app/views/shared`.
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
<%= render "shared/common_globalize_locales",
|
|
resource: resource,
|
|
display_style: lambda { |locale| enable_translation_style(resource, locale) } %>
|