2016-01-13 09:58:04 -05:00
|
|
|
%ul.nav-links
|
2015-09-08 09:49:20 -04:00
|
|
|
= nav_link(page: dashboard_snippets_path, html_options: {class: 'home'}) do
|
|
|
|
= link_to dashboard_snippets_path, title: 'Your snippets', data: {placement: 'right'} do
|
|
|
|
Your Snippets
|
|
|
|
= nav_link(page: explore_snippets_path) do
|
|
|
|
= link_to explore_snippets_path, title: 'Explore snippets', data: {placement: 'right'} do
|
|
|
|
Explore Snippets
|