mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +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.
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
- page_title "Explore"
|
|
- unless current_user
|
|
- header_title "Explore GitLab", explore_root_path
|
|
|
|
= render template: "layouts/application"
|