6184197fb0
fixed eslint failures fixed project select dropdown not working on some pages
16 lines
757 B
Text
16 lines
757 B
Text
- if show_new_nav? && current_user
|
|
- content_for :breadcrumbs_extra do
|
|
= link_to "New snippet", new_snippet_path, class: "btn btn-new", title: "New snippet"
|
|
|
|
.top-area
|
|
%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
|
|
|
|
- if current_user
|
|
.nav-controls.hidden-xs{ class: ("hidden-sm hidden-md hidden-lg" if show_new_nav?) }
|
|
= link_to "New snippet", new_snippet_path, class: "btn btn-new", title: "New snippet"
|