summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-12-05 09:52:15 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-12-05 10:59:57 +0100
commit76a30595cca2265b5fcb62b0b68897d8749ec38d (patch)
tree6f221bdb0ef45ab36e1d728be235920ee1839878 /templates
parent3a9a407fc20ddde2c22ef2a690cb6e0ee25d773f (diff)
Extract view for the main empty content message
The main empty content message is kept in the templates generated by the server to be able to show something to the user while the rest of the UI is loading. 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 12b0237f2..de08f3eb2 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -28,6 +28,7 @@ script(
'views/callinfoview',
'views/chatview',
'views/editabletextlabel',
+ 'views/emptycontentview',
'views/participantlistview',
'views/participantview',
'views/richobjectstringparser',
diff --git a/templates/index.php b/templates/index.php
index f931688f5..530066e8f 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -27,6 +27,7 @@ script(
'views/callinfoview',
'views/chatview',
'views/editabletextlabel',
+ 'views/emptycontentview',
'views/participantlistview',
'views/participantview',
'views/richobjectstringparser',