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
d9b299ac
Commit
d9b299ac
authored
Feb 02, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
migrate projects:milestones:index to static bundle
parent
4342e391
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-5
app/assets/javascripts/pages/projects/milestones/index/index.js
...sets/javascripts/pages/projects/milestones/index/index.js
+1
-1
No files found.
app/assets/javascripts/dispatcher.js
View file @
d9b299ac
...
@@ -53,11 +53,6 @@ var Dispatcher;
...
@@ -53,11 +53,6 @@ var Dispatcher;
case
'
projects:issues:show
'
:
case
'
projects:issues:show
'
:
shortcut_handler
=
true
;
shortcut_handler
=
true
;
break
;
break
;
case
'
projects:milestones:index
'
:
import
(
'
./pages/projects/milestones/index
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
break
;
case
'
projects:milestones:show
'
:
case
'
projects:milestones:show
'
:
import
(
'
./pages/projects/milestones/show
'
)
import
(
'
./pages/projects/milestones/show
'
)
.
then
(
callDefault
)
.
then
(
callDefault
)
...
...
app/assets/javascripts/pages/projects/milestones/index/index.js
View file @
d9b299ac
import
milestones
from
'
~/pages/milestones/shared
'
;
import
milestones
from
'
~/pages/milestones/shared
'
;
export
default
milestones
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
milestones
)
;
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