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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-01-10 12:26:31 +0300
committerdartcafe <github@dartcafe.de>2019-01-10 12:26:31 +0300
commitb9c2ad1c320bb79d0043756f71dba8e25134ab5e (patch)
treee05c219908849363ba8728d2b070ff4291467960 /templates
parent8fea79eb9bec3e27edcf644063d738168be913f7 (diff)
progress
Diffstat (limited to 'templates')
-rw-r--r--templates/main.tmpl.php2
-rw-r--r--templates/polls.tmpl.php (renamed from templates/list.tmpl.php)2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.tmpl.php b/templates/main.tmpl.php
index a0dd594f..067ef559 100644
--- a/templates/main.tmpl.php
+++ b/templates/main.tmpl.php
@@ -49,7 +49,7 @@
</div>
</div>
<div class="actions creatable" style="">
- <a href="<?php p($urlGenerator->linkToRoute('polls.page.create_poll')); ?>" class="button new">
+ <a href="<?php p($urlGenerator->linkToRoute('polls.page.polls_app')); ?>" class="button new">
<span class="symbol icon-add"></span><span class="hidden-visually">Neu</span>
</a>
<input class="stop icon-close" style="display:none" value="" type="button">
diff --git a/templates/list.tmpl.php b/templates/polls.tmpl.php
index 30b7cfc0..bacfa86e 100644
--- a/templates/list.tmpl.php
+++ b/templates/polls.tmpl.php
@@ -24,5 +24,5 @@
?>
-<div id="app-polls"></div>
<?php \OCP\Util::addScript('polls', 'polls'); ?>
+<div id="app-polls"></div>