wip
This commit is contained in:
3
app/views/children/_sub_nav.html.haml
Normal file
3
app/views/children/_sub_nav.html.haml
Normal file
@ -0,0 +1,3 @@
|
||||
%ul.sub-nav
|
||||
%li= link_to 'look up', lookup_child_path
|
||||
|
@ -5,4 +5,4 @@
|
||||
%li= child.name
|
||||
%ul
|
||||
- child.parents.each do |parent|
|
||||
%li #{parent.name}: #{number_to_phone parent.phone}
|
||||
%li #{parent.name} #{page_link(parent)}
|
1
app/views/children/lookup.html.haml
Normal file
1
app/views/children/lookup.html.haml
Normal file
@ -0,0 +1 @@
|
||||
build search form here
|
Reference in New Issue
Block a user