summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-27 10:24:31 -0700
committernickago <ngonella@calpoly.edu>2015-08-27 10:24:31 -0700
commitaafe39bd6646309dddc778e1b8b5d426abdbba7f (patch)
tree48eef7c08ca94ea22e763d833c64c6c847e06663 /web/react/components/post_list.jsx
parentd3093028cff337ede3747c6f0908eda432c3cb88 (diff)
downloadchat-aafe39bd6646309dddc778e1b8b5d426abdbba7f.tar.gz
chat-aafe39bd6646309dddc778e1b8b5d426abdbba7f.tar.bz2
chat-aafe39bd6646309dddc778e1b8b5d426abdbba7f.zip
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 865a22dbd..58f031eef 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -379,6 +379,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>
);
}