summaryrefslogtreecommitdiffstats
path: root/web/templates/channel.html
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-22 15:12:50 -0700
committernickago <ngonella@calpoly.edu>2015-07-27 14:07:23 -0700
commited70db18611331de99b2a86b580947e56d0cb7e5 (patch)
treefb89244f627ecaa8ead8ae00f3ddf34f96477a19 /web/templates/channel.html
parentc9459feb59a3dc05de229aea7652b0a726ac98bf (diff)
downloadchat-ed70db18611331de99b2a86b580947e56d0cb7e5.tar.gz
chat-ed70db18611331de99b2a86b580947e56d0cb7e5.tar.bz2
chat-ed70db18611331de99b2a86b580947e56d0cb7e5.zip
When user is removed, a modal appears, which on closing redirects the
user to town square.
Diffstat (limited to 'web/templates/channel.html')
-rw-r--r--web/templates/channel.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index 8e856032d..6325069ee 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -47,6 +47,7 @@
<div id="channel_info_modal"></div>
<div id="access_history_modal"></div>
<div id="activity_log_modal"></div>
+ <div id="removed_from_channel_modal"></div>
<script>
window.setup_channel_page('{{ .Props.TeamDisplayName }}', '{{ .Props.TeamType }}', '{{ .Props.TeamId }}', '{{ .Props.ChannelName }}', '{{ .Props.ChannelId }}');
</script>