9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
%h1 Children
|
|
|
|
- @children.each do |child|
|
|
%ul
|
|
%li= child.name
|
|
%ul
|
|
- child.parents.each do |parent|
|
|
%li #{parent.name}: #{number_to_phone parent.phone}
|