Add Anmerkungen field
This commit is contained in:
parent
fc71cd4a09
commit
22c6594af1
5 changed files with 8 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ div id=dom_id(check)
|
|||
tr
|
||||
th = Check.human_attribute_name(:example_de)
|
||||
td = check.example_de
|
||||
tr
|
||||
th = Check.human_attribute_name(:annotation_de)
|
||||
td = check.annotation_de
|
||||
tr
|
||||
th = Check.human_attribute_name(:test_instructions)
|
||||
td = check.test_instructions
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
= multilang_form_field(form, :exemption_details, as: :rich_text_area)
|
||||
= multilang_form_field(form, :criterion_details, as: :rich_text_area)
|
||||
= multilang_form_field(form, :example, as: :rich_text_area)
|
||||
= multilang_form_field(form, :annotation, as: :rich_text_area)
|
||||
|
||||
h2 Intern
|
||||
= form.rich_text_area :test_instructions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue