summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-31 09:04:03 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-31 09:04:03 -0400
commitb2cc9da96e70e7e35435b0f7c2d8c43060cc6dd8 (patch)
tree06fe1b9b68a67cc94b681ff6d563ffd055019148 /web/react/components/post_list.jsx
parent4ff1e95676b072e2b89e0363ff36da39f1ba8f5d (diff)
parentaafe39bd6646309dddc778e1b8b5d426abdbba7f (diff)
downloadchat-b2cc9da96e70e7e35435b0f7c2d8c43060cc6dd8.tar.gz
chat-b2cc9da96e70e7e35435b0f7c2d8c43060cc6dd8.tar.bz2
chat-b2cc9da96e70e7e35435b0f7c2d8c43060cc6dd8.zip
Merge pull request #497 from nickago/MM-1842
MM-1842 Added invite link to off-topic channel
Diffstat (limited to 'web/react/components/post_list.jsx')
-rw-r--r--web/react/components/post_list.jsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 5b0b1f79a..c1e6e490d 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -401,6 +401,14 @@ export default class PostList extends React.Component {
>
<i className='fa fa-pencil'></i>Set a description
</a>
+ <a
+ className='intro-links'
+ href='#'
+ data-toggle='modal'
+ data-target='#channel_invite'
+ >
+ <i className='fa fa-user-plus'></i>Invite others to this channel
+ </a>
</div>
);
}