Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/active_admin/translate/version.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ActiveAdmin
module Translate
# The current released version
VERSION = '0.2.2'
VERSION = '0.2.4'
end
end
3 changes: 3 additions & 0 deletions lib/active_admin/views/translate_attributes_table.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def row(attr, &block)
header_content_for(attr)
end
end
td :width => 1 do
raw("<b>#{locale.upcase}</b>")
end
td do
::I18n.with_locale locale do
content_for(block || attr)
Expand Down