summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-22 10:42:27 -0800
committerCorey Hulen <corey@hulen.com>2015-07-22 10:42:27 -0800
commit36d0e7c8d3bb91bfd2b19be43503aaecc72a392e (patch)
treecd870708777753ad5b833245e76ad07daaa727da /web/templates
parent9dc1f46d6ef2a9e0ce6cf0353082ba0f13696df6 (diff)
parentb3b01339306a93d227c4f29337750c4730dd25f1 (diff)
downloadchat-36d0e7c8d3bb91bfd2b19be43503aaecc72a392e.tar.gz
chat-36d0e7c8d3bb91bfd2b19be43503aaecc72a392e.tar.bz2
chat-36d0e7c8d3bb91bfd2b19be43503aaecc72a392e.zip
Merge pull request #233 from asaadmahmoodspin/mm-1616
Adding back Access History and Active Devices
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/channel.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index eaf0f2563..8e856032d 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -45,6 +45,8 @@
<div id="team_members_modal"></div>
<div id="direct_channel_modal"></div>
<div id="channel_info_modal"></div>
+ <div id="access_history_modal"></div>
+ <div id="activity_log_modal"></div>
<script>
window.setup_channel_page('{{ .Props.TeamDisplayName }}', '{{ .Props.TeamType }}', '{{ .Props.TeamId }}', '{{ .Props.ChannelName }}', '{{ .Props.ChannelId }}');
</script>