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
0787f417
Commit
0787f417
authored
Aug 09, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict in app/assets/javascripts/project_select.js
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
23596a1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
app/assets/javascripts/project_select.js
app/assets/javascripts/project_select.js
+0
-5
No files found.
app/assets/javascripts/project_select.js
View file @
0787f417
...
...
@@ -103,16 +103,11 @@ import ProjectSelectComboButton from './project_select_combo_button';
}
};
})(
this
),
<<<<<<<
HEAD
id
:
function
(
project
)
{
return
project
[
idAttribute
];
=======
id
:
function
(
project
)
{
return
JSON
.
stringify
({
name
:
project
.
name
,
url
:
project
.
web_url
,
});
>>>>>>>
upstream
/
master
},
text
:
function
(
project
)
{
return
project
.
name_with_namespace
||
project
.
name
;
...
...
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