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
7ca36dd9
Commit
7ca36dd9
authored
Jan 10, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indention and bad conflict merge
parent
6e4c4b0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+6
-7
No files found.
app/assets/javascripts/dispatcher.js
View file @
7ca36dd9
...
...
@@ -12,7 +12,6 @@ import notificationsDropdown from './notifications_dropdown';
import
groupAvatar
from
'
./group_avatar
'
;
import
GroupLabelSubscription
from
'
./group_label_subscription
'
;
import
LineHighlighter
from
'
./line_highlighter
'
;
import
CILintEditor
from
'
./ci_lint_editor
'
;
import
groupsSelect
from
'
./groups_select
'
;
import
Search
from
'
./search
'
;
import
initAdmin
from
'
./admin
'
;
...
...
@@ -371,8 +370,8 @@ import Activities from './activities';
break
;
case
'
projects:activity
'
:
import
(
'
./pages/projects/activity
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
.
then
(
callDefault
)
.
catch
(
fail
);
shortcut_handler
=
true
;
break
;
case
'
projects:commits:show
'
:
...
...
@@ -520,14 +519,14 @@ import Activities from './activities';
break
;
case
'
projects:artifacts:browse
'
:
import
(
'
./pages/projects/artifacts/browse
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
.
then
(
callDefault
)
.
catch
(
fail
);
shortcut_handler
=
true
;
break
;
case
'
projects:artifacts:file
'
:
import
(
'
./pages/projects/artifacts/file
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
.
then
(
callDefault
)
.
catch
(
fail
);
shortcut_handler
=
true
;
break
;
case
'
help:index
'
:
...
...
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