Merge pull request #497 from nickago/MM-1842

MM-1842 Added invite link to off-topic channel
Этот коммит содержится в:
Christopher Speller
2015-08-31 09:04:03 -04:00
родитель 4ff1e95676 aafe39bd66
Коммит b2cc9da96e

Просмотреть файл

@@ -401,6 +401,14 @@ export default class PostList extends React.Component {
> >
<i className='fa fa-pencil'></i>Set a description <i className='fa fa-pencil'></i>Set a description
</a> </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> </div>
); );
} }