This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
module Admin::AdImagesHelper
|
|
|
|
def active_when_default_locale_eq locale
|
|
locale.to_sym == I18n.default_locale ? 'active': ''
|
|
end
|
|
|
|
end
|