2013-01-07 09:04:09 +01:00
|
|
|
= f.inputs title do
|
|
|
|
|
- if hint
|
|
|
|
|
%p.inline-hint= hint
|
2017-03-11 13:25:39 +05:30
|
|
|
%div{class: association_name.to_s}
|
2013-01-07 09:04:09 +01:00
|
|
|
= f.semantic_fields_for association_name do |association_form|
|
2017-03-11 13:25:39 +05:30
|
|
|
= render association_name.to_s.singularize + "_fields", f: association_form
|
2013-01-07 09:04:09 +01:00
|
|
|
.links
|
|
|
|
|
= add_association_link association_name, f, association_name
|
|
|
|
|
%br
|
|
|
|
|
%br
|