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:
authorRené Gieling <github@dartcafe.de>2018-11-02 16:56:38 +0300
committerGitHub <noreply@github.com>2018-11-02 16:56:38 +0300
commit12ab21afcf62c2dde512c8ab5bd9cbe951060262 (patch)
tree1fa41a807394c00b43d89a07e7924672a499e605 /templates
parent25395318c488284ce85b3593f2f34d67ed591db8 (diff)
parent3b72ef88857cc2babff51ca66e505c445b845ebb (diff)
Merge pull request #408 from nextcloud/styling
Styling
Diffstat (limited to 'templates')
-rw-r--r--templates/main.tmpl.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/main.tmpl.php b/templates/main.tmpl.php
index 87eb7870..a5ff2e23 100644
--- a/templates/main.tmpl.php
+++ b/templates/main.tmpl.php
@@ -59,6 +59,9 @@
<div id="emptycontent" class="">
<div class="icon-polls"></div>
<h2><?php p($l->t('No existing polls.')); ?></h2>
+ <a href="/index.php/apps/polls/create" class="button new">
+ <span><?php p($l->t('Click here to add a poll')); ?></span>
+ </a>
</div>
<?php else : ?>
@@ -201,7 +204,7 @@
</div>
</div>
</div>
- <?php endforeach; ?>
+ <?php endforeach; ?>
</div>
</div>
<form id="form_delete_poll" name="form_delete_poll" action="<?php p($urlGenerator->linkToRoute('polls.page.delete_poll')); ?>" method="POST"></form>