Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-10-19 18:40:08 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-10-19 18:43:45 +0300
commitd954bf137c8ae4baa645c3461ad4057a3b544bf7 (patch)
treebb6678f7e08f8ebb475f1878d354d6d2a69d5dd1 /templates
parenteb0950b7e13ab74274331c0b2f2f46bb363d8125 (diff)
Move "Add person" button from navigation bar to right sidebar
The ParticipantView was renamed to ParticipantListView and it is now a subview of the new ParticipantView, which also contains the button to add other participants to the room. TODO: finish the actual movement of the button, as currently this commit is just a skeleton with the changed views. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index 1b5259b38..2fe1da924 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -17,6 +17,7 @@ script(
'models/participant',
'models/participantcollection',
'views/callinfoview',
+ 'views/participantlistview',
'views/participantview',
'views/roomlistview',
'views/sidebarview',