Add a link to the volunteer form in the nav
This commit is contained in:
parent
7c67acdce1
commit
ba8b95f330
|
@ -7,8 +7,8 @@ nav
|
||||||
ul.menu
|
ul.menu
|
||||||
li
|
li
|
||||||
= link_to t('views.navigation.my_submissions'), events_path
|
= link_to t('views.navigation.my_submissions'), events_path
|
||||||
/ li
|
li
|
||||||
/ a href="#" = t('views.navigation.become_a_volunteer')
|
= link_to t('views.volunteers.new_volunteer_title'), new_volunteer_path
|
||||||
/ li
|
/ li
|
||||||
/ a href="#" = t('views.navigation.become_a_sponsor')
|
/ a href="#" = t('views.navigation.become_a_sponsor')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue