Finalize check fields
This commit is contained in:
parent
63fc206c27
commit
174cf9f503
12 changed files with 73 additions and 34 deletions
|
|
@ -6,6 +6,8 @@ module ApplicationHelper
|
|||
delegate :filter_params, to: :controller
|
||||
|
||||
def multilang_form_field(form, attribute, as: :text_field)
|
||||
return form.send(as, "#{attribute}_de")
|
||||
|
||||
col_width = as == :rich_text_area ? 12 : 12 / I18n.available_locales.count
|
||||
tag.div(class: "row") do
|
||||
fields = I18n.available_locales.map { _1.to_s.split("-").first }.map do |lang|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue