summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-06 13:49:49 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-28 14:36:29 +0100
commit6ecc31d8bf50fdf057dfc3537e1985e47d8536da (patch)
treea493980bdb71d99917fafe114c322bb1bf97e190 /templates
parent9dc40fa2ff8d37f1a97a0620e03d99265d8d0649 (diff)
Extract view for call button
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php1
-rw-r--r--templates/index.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 5e0e22530..0012d8cfa 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -24,6 +24,7 @@ script(
'models/roomcollection',
'models/participant',
'models/participantcollection',
+ 'views/callbutton',
'views/callinfoview',
'views/chatview',
'views/editabletextlabel',
diff --git a/templates/index.php b/templates/index.php
index 3f954b11a..670549aa2 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -23,6 +23,7 @@ script(
'models/roomcollection',
'models/participant',
'models/participantcollection',
+ 'views/callbutton',
'views/callinfoview',
'views/chatview',
'views/editabletextlabel',