Files
grecia/app/views/shared/_globalize_locales.html.erb
2019-07-01 14:49:43 +02:00

6 lines
208 B
Plaintext

<% if translations_interface_enabled? %>
<%= render "shared/common_globalize_locales",
resource: resource,
display_style: lambda { |locale| enable_translation_style(resource, locale) } %>
<% end %>