Added invite link to off-topic channel

Этот коммит содержится в:
nickago
2015-08-27 10:24:31 -07:00
родитель d3093028cf
Коммит aafe39bd66

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

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