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
14fd4e9a
Commit
14fd4e9a
authored
Sep 10, 2017
by
Florrie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change CSS class .mod-studio-activity to .mod-forum-activity in forum post message row
parent
9f3b0c90
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/views/messages/message-rows/forum-topic-post.jsx
src/views/messages/message-rows/forum-topic-post.jsx
+1
-1
No files found.
src/views/messages/message-rows/forum-topic-post.jsx
View file @
14fd4e9a
...
...
@@ -16,7 +16,7 @@ var ForumPostMessage = React.createClass({
var
topicLink
=
'
/discuss/topic/
'
+
this
.
props
.
topicId
+
'
/unread/
'
;
var
classes
=
classNames
(
'
mod-
studio
-activity
'
,
'
mod-
forum
-activity
'
,
this
.
props
.
className
);
return
(
...
...
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