03090a88d8
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
7 lines
367 B
Text
7 lines
367 B
Text
%ul.nav-links
|
|
= 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
|