Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fa9af4d1
Commit
fa9af4d1
authored
May 25, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict in app/views/layouts/nav/_dashboard.html.haml
parent
d03334f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
app/views/layouts/nav/_dashboard.html.haml
app/views/layouts/nav/_dashboard.html.haml
+0
-12
No files found.
app/views/layouts/nav/_dashboard.html.haml
View file @
fa9af4d1
...
...
@@ -13,29 +13,17 @@
Groups
-
if
dashboard_nav_link?
(
:activity
)
<
<<<<<<
HEAD
=
nav_link
(
path:
'dashboard#activity'
,
html_options:
{
class:
"d-none d-lg-block"
})
do
==
=====
=
nav_link
(
path:
'dashboard#activity'
,
html_options:
{
class:
"d-none d-lg-block d-xl-block"
})
do
>
>>>>>> gitlab-ce/master
=
link_to
activity_dashboard_path
,
class:
'dashboard-shortcuts-activity'
,
title:
'Activity'
do
Activity
-
if
dashboard_nav_link?
(
:milestones
)
<
<<<<<<
HEAD
=
nav_link
(
controller:
'dashboard/milestones'
,
html_options:
{
class:
"d-none d-lg-block"
})
do
==
=====
=
nav_link
(
controller:
'dashboard/milestones'
,
html_options:
{
class:
"d-none d-lg-block d-xl-block"
})
do
>
>>>>>> gitlab-ce/master
=
link_to
dashboard_milestones_path
,
class:
'dashboard-shortcuts-milestones'
,
title:
'Milestones'
do
Milestones
-
if
dashboard_nav_link?
(
:snippets
)
<
<<<<<<
HEAD
=
nav_link
(
controller:
'dashboard/snippets'
,
html_options:
{
class:
"d-none d-lg-block"
})
do
==
=====
=
nav_link
(
controller:
'dashboard/snippets'
,
html_options:
{
class:
"d-none d-lg-block d-xl-block"
})
do
>
>>>>>> gitlab-ce/master
=
link_to
dashboard_snippets_path
,
class:
'dashboard-shortcuts-snippets'
,
title:
'Snippets'
do
Snippets
...
...
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