activeadmin-globalize icon indicating copy to clipboard operation
activeadmin-globalize copied to clipboard

translated_inputs - only last input is rendered

Open ghost opened this issue 9 years ago • 13 comments

Thank you for the new version in the develop branch. I've tested it now and it seems to work except for one issue:

When generating a form like the following:

f.translated_inputs "General", switch_locale: true do |t| t.input :description t.input :name end

Only the first t.input is rendered. The second is ignored.

Could you please have another look into this. Thank you!

ghost avatar Nov 12 '14 13:11 ghost