Commit 1335de9b authored by Matthew Taylor's avatar Matthew Taylor

Direct studio activity link to the activity tab

Fixes #1540 by ensuring that the anchor link for studio activity is directed to the activity tab of the studio
parent 426259fb
......@@ -12,7 +12,7 @@ var StudioActivityMessage = React.createClass({
datetimeCreated: React.PropTypes.string.isRequired
},
render: function () {
var studioLink = '/studios/' + this.props.studioId;
var studioLink = '/studios/' + this.props.studioId + '/activity';
var classes = classNames(
'mod-studio-activity',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment