mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Added invite link to off-topic channel
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user