Improves admin content translatable ui
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user