Changed Ruby syntax in views. Fixed #1326
This commit is contained in:
parent
b0a84ad1c6
commit
1ca448df6f
74 changed files with 371 additions and 376 deletions
|
|
@ -1,9 +1,9 @@
|
|||
= f.inputs title do
|
||||
- if hint
|
||||
%p.inline-hint= hint
|
||||
%div{:class => association_name.to_s}
|
||||
%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
|
||||
= render association_name.to_s.singularize + "_fields", f: association_form
|
||||
.links
|
||||
= add_association_link association_name, f, association_name
|
||||
%br
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue