Added invite link to off-topic channel

This commit is contained in:
nickago
2015-08-27 10:24:31 -07:00
parent d3093028cf
commit aafe39bd66

View File

@@ -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>
);
}