We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894c778 commit 630811cCopy full SHA for 630811c
lib/active_admin/globalize/index_table_for_extension.rb
@@ -12,7 +12,7 @@ def translation_status
12
end
13
def translation_status_flags
14
column I18n.t("active_admin.globalize.translations") do |obj|
15
- obj.translated_locales.map { |l| flag_icon(l) }.join(' ').html_safe
+ obj.translations.map(&:locale).sort.map { |l| flag_icon(l) }.join(' ').html_safe
16
17
18
0 commit comments