5d785457db
- 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.
5 lines
144 B
Text
5 lines
144 B
Text
- page_title "Explore"
|
|
- unless current_user
|
|
- header_title "Explore GitLab", explore_root_path
|
|
|
|
= render template: "layouts/application"
|