Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
754dc137
Unverified
Commit
754dc137
authored
7 years ago
by
Mike Greiling
Browse files
Options
Download
Email Patches
Plain Diff
migrate explore:projects:* to static bundle
parent
c6d66230
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-7
app/assets/javascripts/pages/explore/projects/index.js
app/assets/javascripts/pages/explore/projects/index.js
+1
-1
No files found.
app/assets/javascripts/dispatcher.js
View file @
754dc137
...
...
@@ -53,13 +53,6 @@ var Dispatcher;
case
'
projects:issues:show
'
:
shortcut_handler
=
true
;
break
;
case
'
explore:projects:index
'
:
case
'
explore:projects:trending
'
:
case
'
explore:projects:starred
'
:
import
(
'
./pages/explore/projects
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
break
;
case
'
explore:groups:index
'
:
import
(
'
./pages/explore/groups
'
)
.
then
(
callDefault
)
...
...
This diff is collapsed.
Click to expand it.
app/assets/javascripts/pages/explore/projects/index.js
View file @
754dc137
import
ProjectsList
from
'
~/projects_list
'
;
export
default
()
=>
new
ProjectsList
();
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
new
ProjectsList
()
)
;
This diff is collapsed.
Click to expand it.
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