Improves admin content translatable ui

This commit is contained in:
decabeza
2018-05-09 19:06:14 +02:00
committed by iagirre
parent 471c9730cc
commit 5bcec351ef
5 changed files with 34 additions and 28 deletions

View File

@@ -19,7 +19,7 @@ module GlobalizeHelper
end
def highlight_current?(locale)
same_locale?(I18n.locale, locale) ? 'highlight' : ''
same_locale?(I18n.locale, locale) ? 'is-active' : ''
end
def show_delete?(locale)