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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
4905360c
Commit
4905360c
authored
Jan 10, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor dashboard activities path
parent
82007530
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+3
-1
app/assets/javascripts/pages/dashboard/activity/index.js
app/assets/javascripts/pages/dashboard/activity/index.js
+3
-0
No files found.
app/assets/javascripts/dispatcher.js
View file @
4905360c
...
...
@@ -349,7 +349,9 @@ import Activities from './activities';
shortcut_handler
=
new
ShortcutsIssuable
(
true
);
break
;
case
'
dashboard:activity
'
:
new
Activities
();
import
(
'
./pages/dashboard/activity
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
break
;
case
'
projects:commit:show
'
:
new
Diff
();
...
...
app/assets/javascripts/pages/dashboard/activity/index.js
0 → 100644
View file @
4905360c
import
Activities
from
'
~/activities
'
;
export
default
()
=>
new
Activities
();
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