summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-29 17:49:38 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-11-02 15:10:14 -0500
commitefa7b8252fff96e52cca82d332fbf812305049b3 (patch)
treeb6c997df07ab96eeea14cee27b5a12f490c4663c /web/react/utils
parente52669c2da0bb78c225a5c87edebe472e4c7ac56 (diff)
downloadchat-efa7b8252fff96e52cca82d332fbf812305049b3.tar.gz
chat-efa7b8252fff96e52cca82d332fbf812305049b3.tar.bz2
chat-efa7b8252fff96e52cca82d332fbf812305049b3.zip
Ported ConfirmModal and InviteMemberModal to React-Bootstrap
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/channel_intro_mssages.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/react/utils/channel_intro_mssages.jsx b/web/react/utils/channel_intro_mssages.jsx
index b3f868456..fdeb17bc1 100644
--- a/web/react/utils/channel_intro_mssages.jsx
+++ b/web/react/utils/channel_intro_mssages.jsx
@@ -186,6 +186,8 @@ export function createStandardIntroMessage(channel) {
);
}
+ // TODO show channel_invite modal now that it's a React-Bootstrap modal
+
return (
<div className='channel-intro'>
<h4 className='channel-intro__title'>{'Beginning of ' + uiName}</h4>
@@ -213,6 +215,7 @@ export function createStandardIntroMessage(channel) {
>
<i className='fa fa-user-plus'></i>{'Invite others to this ' + uiType}
</a>
+
</div>
);
}