0145e8ea21
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
9 lines
278 B
Text
9 lines
278 B
Text
- page_title "Explore"
|
|
- if current_user
|
|
- unless @header_title
|
|
- header_title "Projects", (current_user ? root_path : explore_root_path)
|
|
- else
|
|
- header_title "Explore GitLab", explore_root_path
|
|
- sidebar "dashboard"
|
|
|
|
= render template: "layouts/application"
|