Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
4fa3c0f7
Commit
4fa3c0f7
authored
Sep 19, 2017
by
Matthew Taylor
Committed by
GitHub
Sep 19, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1551 from mewtaylor/issue/gh-1540
Fix GH-1540: Direct studio activity link to the activity tab
parents
5245123a
1335de9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/views/messages/message-rows/studio-activity.jsx
src/views/messages/message-rows/studio-activity.jsx
+1
-1
No files found.
src/views/messages/message-rows/studio-activity.jsx
View file @
4fa3c0f7
...
@@ -12,7 +12,7 @@ var StudioActivityMessage = React.createClass({
...
@@ -12,7 +12,7 @@ var StudioActivityMessage = React.createClass({
datetimeCreated
:
React
.
PropTypes
.
string
.
isRequired
datetimeCreated
:
React
.
PropTypes
.
string
.
isRequired
},
},
render
:
function
()
{
render
:
function
()
{
var
studioLink
=
'
/studios/
'
+
this
.
props
.
studioId
;
var
studioLink
=
'
/studios/
'
+
this
.
props
.
studioId
+
'
/activity
'
;
var
classes
=
classNames
(
var
classes
=
classNames
(
'
mod-studio-activity
'
,
'
mod-studio-activity
'
,
...
...
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