From 6ecc31d8bf50fdf057dfc3537e1985e47d8536da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Tue, 6 Nov 2018 13:49:49 +0100 Subject: Extract view for call button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- templates/index-public.php | 1 + templates/index.php | 1 + 2 files changed, 2 insertions(+) (limited to 'templates') 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', -- cgit v1.2.3