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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-05-19 00:15:52 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-05-19 00:15:52 +0300
commitf84450e0052c6b3eca07fcc002767e7cdc7aa8f9 (patch)
treec9231655454265422b35565c0efc0ca266c184a7 /templates
parent58bd87f42e6cabfecea54103d5fcaac2cfb9a95c (diff)
Use #app-sidebar, closes #238
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 550fb4e2..91ce2bdf 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -151,7 +151,7 @@
</div>
</div>
</div>
- <div id="task-details" ng-class="{'details-visible':route.taskID}">
+ <div id="app-sidebar" ng-class="{'details-visible':route.taskID}">
<div class="content-wrapper">
<?php print_unescaped($this->inc('part.details')); ?>
</div>