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-13 16:01:06 +0300
committerdartcafe <github@dartcafe.de>2019-01-13 16:01:06 +0300
commit9352b93dd7452f71756cf04e5f1199570e4f669a (patch)
tree8fa7f27166d9d6d58a0316d8fdfe47ff3d3b99c0 /templates
parentb0e0e5bc8f5ad519f73e8b27068a0fd864d45bcf (diff)
Added modal confirmation dialog
Added comment counter Added voting indicator
Diffstat (limited to 'templates')
-rw-r--r--templates/main.tmpl.php2
-rw-r--r--templates/vote.tmpl.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.tmpl.php b/templates/main.tmpl.php
index 067ef559..a0dd594f 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.polls_app')); ?>" class="button new">
+ <a href="<?php p($urlGenerator->linkToRoute('polls.page.create_poll')); ?>" 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/vote.tmpl.php b/templates/vote.tmpl.php
index 154cb568..629177fb 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.list_polls')); ?>"> Home </a>
+ <a class="icon-home" href="<?php p($urlGenerator->linkToRoute('polls.page.index')); ?>"> Home </a>
</div>
<?php endif; ?>