sms-pager/app/views/children/_sub_nav.html.haml

5 lines
156 B
Plaintext
Raw Normal View History

2015-09-20 13:26:45 -05:00
%ul.sub-nav
2015-10-03 22:44:36 -05:00
%li{ class: active_action('index') }= link_to 'List', list_children_path
%li{ class: active_action('new') }= link_to 'New', new_child_path
2015-09-20 13:26:45 -05:00