mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
10 lines
341 B
Text
10 lines
341 B
Text
= f.inputs title do
|
|
- if hint
|
|
%p.inline-hint= hint
|
|
%div{class: association_name.to_s}
|
|
= f.semantic_fields_for association_name do |association_form|
|
|
= render association_name.to_s.singularize + "_fields", f: association_form
|
|
.links
|
|
= add_association_link association_name, f, association_name
|
|
%br
|
|
%br
|