BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
4c01a68f
Commit
4c01a68f
authored
Jun 16, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added signed out subnav
also added the help link back into the nav bar
parent
9e6113a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
_new.html.haml
app/views/layouts/header/_new.html.haml
+2
-0
_new_dashboard.html.haml
app/views/layouts/nav/_new_dashboard.html.haml
+3
-0
_new_explore.html.haml
app/views/layouts/nav/_new_explore.html.haml
+19
-0
No files found.
app/views/layouts/header/_new.html.haml
View file @
4c01a68f
...
...
@@ -13,6 +13,8 @@
-
if
current_user
=
render
"layouts/nav/new_dashboard"
-
else
=
render
"layouts/nav/new_explore"
%button
.navbar-toggle.navbar-toggle-left.hide.hidden-sm.hidden-md.hidden-lg.js-navbar-toggle-left
{
type:
'button'
}
%span
.sr-only
Toggle navigation
...
...
app/views/layouts/nav/_new_dashboard.html.haml
View file @
4c01a68f
...
...
@@ -28,3 +28,6 @@
=
nav_link
(
controller:
'dashboard/snippets'
)
do
=
link_to
dashboard_snippets_path
,
class:
'dashboard-shortcuts-snippets'
,
title:
'Snippets'
do
Snippets
%li
.divider
%li
=
link_to
"Help"
,
help_path
,
title:
'About GitLab CE'
app/views/layouts/nav/_new_explore.html.haml
0 → 100644
View file @
4c01a68f
%ul
.list-unstyled.navbar-sub-nav
=
nav_link
(
path:
[
'dashboard#show'
,
'root#show'
,
'projects#trending'
,
'projects#starred'
,
'projects#index'
],
html_options:
{
class:
'home'
})
do
=
link_to
explore_root_path
,
title:
'Projects'
,
class:
'dashboard-shortcuts-projects'
do
Projects
=
nav_link
(
controller:
[
:groups
,
'groups/milestones'
,
'groups/group_members'
])
do
=
link_to
explore_groups_path
,
title:
'Groups'
,
class:
'dashboard-shortcuts-groups'
do
Groups
%li
.dropdown
%a
{
href:
"#"
,
data:
{
toggle:
"dropdown"
}
}
More
=
icon
(
"chevron-down"
,
class:
"dropdown-chevron"
)
.dropdown-menu
%ul
=
nav_link
(
controller: :snippets
)
do
=
link_to
explore_snippets_path
,
title:
'Snippets'
,
class:
'dashboard-shortcuts-snippets'
do
Snippets
%li
.divider
%li
=
link_to
"Help"
,
help_path
,
title:
'About GitLab CE'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment