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
5dd69c1c
Commit
5dd69c1c
authored
Aug 07, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in app/helpers/namespaces_helper.rb
parent
dfdb892b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
app/helpers/namespaces_helper.rb
app/helpers/namespaces_helper.rb
+0
-6
No files found.
app/helpers/namespaces_helper.rb
View file @
5dd69c1c
...
...
@@ -7,14 +7,8 @@ module NamespacesHelper
def
namespaces_options
(
selected
=
:current_user
,
display_path:
false
,
groups:
nil
,
extra_group:
nil
,
groups_only:
false
)
groups
||=
current_user
.
manageable_groups
<<<<<<<
HEAD
.
joins
(
:route
)
.
includes
(
:route
)
.
order
(
'routes.path'
)
=======
.
eager_load
(
:route
)
.
order
(
'routes.path'
)
>>>>>>>
upstream
/
master
users
=
[
current_user
.
namespace
]
selected_id
=
selected
...
...
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