Commit b910d9e5 authored by kushalpandya's avatar kushalpandya

Resolve conflicts from projects dropdown

[ci skip]
parent 435432fd
...@@ -5,11 +5,7 @@ const Api = { ...@@ -5,11 +5,7 @@ const Api = {
groupPath: '/api/:version/groups/:id.json', groupPath: '/api/:version/groups/:id.json',
namespacesPath: '/api/:version/namespaces.json', namespacesPath: '/api/:version/namespaces.json',
groupProjectsPath: '/api/:version/groups/:id/projects.json', groupProjectsPath: '/api/:version/groups/:id/projects.json',
<<<<<<< HEAD
projectsPath: '/api/:version/projects.json?simple=true',
=======
projectsPath: '/api/:version/projects.json', projectsPath: '/api/:version/projects.json',
>>>>>>> upstream/master
projectLabelsPath: '/:namespace_path/:project_path/labels', projectLabelsPath: '/:namespace_path/:project_path/labels',
groupLabelsPath: '/groups/:namespace_path/labels', groupLabelsPath: '/groups/:namespace_path/labels',
licensePath: '/api/:version/templates/licenses/:key', licensePath: '/api/:version/templates/licenses/:key',
......
...@@ -655,10 +655,7 @@ GitLabDropdown = (function() { ...@@ -655,10 +655,7 @@ GitLabDropdown = (function() {
fieldName = this.options.fieldName; fieldName = this.options.fieldName;
if (value) { if (value) {
<<<<<<< HEAD
=======
value = value.toString().replace(/'/g, '\\\''); value = value.toString().replace(/'/g, '\\\'');
>>>>>>> upstream/master
field = this.dropdown.parent().find(`input[name='${fieldName}'][value='${value}']`); field = this.dropdown.parent().find(`input[name='${fieldName}'][value='${value}']`);
if (field.length) { if (field.length) {
selected = true; selected = true;
......
...@@ -849,8 +849,6 @@ ...@@ -849,8 +849,6 @@
} }
} }
<<<<<<< HEAD
=======
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
.navbar-gitlab { .navbar-gitlab {
li.header-projects, li.header-projects,
...@@ -870,7 +868,6 @@ ...@@ -870,7 +868,6 @@
} }
} }
>>>>>>> upstream/master
@include new-style-dropdown('.breadcrumbs-list .dropdown '); @include new-style-dropdown('.breadcrumbs-list .dropdown ');
@include new-style-dropdown('.js-namespace-select + '); @include new-style-dropdown('.js-namespace-select + ');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment