mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 17:16:08 +10:00
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
8 lines
373 B
Plaintext
8 lines
373 B
Plaintext
%ul.center-top-menu
|
|
= 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
|