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-12 20:43:12 +0300
committerdartcafe <github@dartcafe.de>2019-01-12 20:43:12 +0300
commitb0e0e5bc8f5ad519f73e8b27068a0fd864d45bcf (patch)
treebfbe41baf4a8f98100dde73cb4d5dbe613d0c5c7 /templates
parentb66ded6ee8c51441dc4fcfdefd99f84149fcc93f (diff)
Added removing polls
Vue app is now index of app
Diffstat (limited to 'templates')
-rw-r--r--templates/vote.tmpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vote.tmpl.php b/templates/vote.tmpl.php
index 629177fb..154cb568 100644
--- a/templates/vote.tmpl.php
+++ b/templates/vote.tmpl.php
@@ -116,7 +116,7 @@
<?php if (User::isLoggedIn()) : ?>
<div class="crumb svg crumbhome">
- <a class="icon-home" href="<?php p($urlGenerator->linkToRoute('polls.page.index')); ?>"> Home </a>
+ <a class="icon-home" href="<?php p($urlGenerator->linkToRoute('polls.page.list_polls')); ?>"> Home </a>
</div>
<?php endif; ?>