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
b910d9e5
Commit
b910d9e5
authored
Sep 08, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts from projects dropdown
[ci skip]
parent
435432fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
app/assets/javascripts/api.js
app/assets/javascripts/api.js
+0
-4
app/assets/javascripts/gl_dropdown.js
app/assets/javascripts/gl_dropdown.js
+0
-3
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+0
-3
No files found.
app/assets/javascripts/api.js
View file @
b910d9e5
...
...
@@ -5,11 +5,7 @@ const Api = {
groupPath
:
'
/api/:version/groups/:id.json
'
,
namespacesPath
:
'
/api/:version/namespaces.json
'
,
groupProjectsPath
:
'
/api/:version/groups/:id/projects.json
'
,
<<<<<<<
HEAD
projectsPath
:
'
/api/:version/projects.json?simple=true
'
,
=======
projectsPath
:
'
/api/:version/projects.json
'
,
>>>>>>>
upstream
/
master
projectLabelsPath
:
'
/:namespace_path/:project_path/labels
'
,
groupLabelsPath
:
'
/groups/:namespace_path/labels
'
,
licensePath
:
'
/api/:version/templates/licenses/:key
'
,
...
...
app/assets/javascripts/gl_dropdown.js
View file @
b910d9e5
...
...
@@ -655,10 +655,7 @@ GitLabDropdown = (function() {
fieldName
=
this
.
options
.
fieldName
;
if
(
value
)
{
<<<<<<<
HEAD
=======
value
=
value
.
toString
().
replace
(
/'/g
,
'
\\\'
'
);
>>>>>>>
upstream
/
master
field
=
this
.
dropdown
.
parent
().
find
(
`input[name='
${
fieldName
}
'][value='
${
value
}
']`
);
if
(
field
.
length
)
{
selected
=
true
;
...
...
app/assets/stylesheets/framework/dropdowns.scss
View file @
b910d9e5
...
...
@@ -849,8 +849,6 @@
}
}
<<<<<<<
HEAD
=======
@media
(
max-width
:
$screen-xs-max
)
{
.navbar-gitlab
{
li
.header-projects
,
...
...
@@ -870,7 +868,6 @@
}
}
>>>>>>>
upstream
/
master
@include
new-style-dropdown
(
'.breadcrumbs-list .dropdown '
);
@include
new-style-dropdown
(
'.js-namespace-select + '
);
...
...
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