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
84359ec0
Commit
84359ec0
authored
Dec 06, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict in app/assets/javascripts/dispatcher.js
parent
ad5c194c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-6
No files found.
app/assets/javascripts/dispatcher.js
View file @
84359ec0
...
@@ -31,12 +31,9 @@ import projectImport from './project_import';
...
@@ -31,12 +31,9 @@ import projectImport from './project_import';
import
Labels
from
'
./labels
'
;
import
Labels
from
'
./labels
'
;
import
LabelManager
from
'
./label_manager
'
;
import
LabelManager
from
'
./label_manager
'
;
/* global Sidebar */
/* global Sidebar */
<<<<<<<
HEAD
/* global WeightSelect */
/* global WeightSelect */
/* global AdminEmailSelect */
/* global AdminEmailSelect */
=======
>>>>>>>
upstream
/
master
import
IssuableTemplateSelectors
from
'
./templates/issuable_template_selectors
'
;
import
IssuableTemplateSelectors
from
'
./templates/issuable_template_selectors
'
;
import
Flash
from
'
./flash
'
;
import
Flash
from
'
./flash
'
;
import
CommitsList
from
'
./commits
'
;
import
CommitsList
from
'
./commits
'
;
...
@@ -297,10 +294,7 @@ import initGroupAnalytics from './init_group_analytics';
...
@@ -297,10 +294,7 @@ import initGroupAnalytics from './init_group_analytics';
new
IssuableForm
(
$
(
'
.issue-form
'
));
new
IssuableForm
(
$
(
'
.issue-form
'
));
new
LabelsSelect
();
new
LabelsSelect
();
new
MilestoneSelect
();
new
MilestoneSelect
();
<<<<<<<
HEAD
new
WeightSelect
();
new
WeightSelect
();
=======
>>>>>>>
upstream
/
master
new
IssuableTemplateSelectors
();
new
IssuableTemplateSelectors
();
break
;
break
;
case
'
projects:merge_requests:creations:new
'
:
case
'
projects:merge_requests:creations:new
'
:
...
...
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