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>2018-11-12 09:21:09 +0300
committerdartcafe <github@dartcafe.de>2018-11-12 09:21:09 +0300
commitf7bc7e68d7163f076d5365531fba37753468d450 (patch)
tree867b387b6a5627393ba97b88c6bd5287f045ac54 /templates
parent22ad7f98c065f28c29fa46f8bd98d7f59834c262 (diff)
Typo and more code cleaning
Diffstat (limited to 'templates')
-rw-r--r--templates/goto.tmpl.php8
-rw-r--r--templates/main.tmpl.php8
2 files changed, 6 insertions, 10 deletions
diff --git a/templates/goto.tmpl.php b/templates/goto.tmpl.php
index cd2acaf8..9e146dec 100644
--- a/templates/goto.tmpl.php
+++ b/templates/goto.tmpl.php
@@ -112,13 +112,11 @@
<div id="app-content" class="<?php p($statusClass . ' ' . $pollTypeClass . ' ' . $maybe); ?>">
<div id="controls" class="controls">
- <div id="breadcrump" class="breadcrump">
+ <div class="breadcrumb">
<?php if (User::isLoggedIn()) : ?>
- <div class="crumb svg">
- <a href="<?php p($urlGenerator->linkToRoute('polls.page.index')); ?>">
- <img class="svg" src="<?php print_unescaped(Template::image_path('core', 'places/home.svg')); ?>" alt="Home">
- </a>
+ <div class="crumb svg crumbhome">
+ <a class="icon-home" href="<?php p($urlGenerator->linkToRoute('polls.page.index')); ?>"> Home </a>
</div>
<?php endif; ?>
diff --git a/templates/main.tmpl.php b/templates/main.tmpl.php
index fa48f01a..ec4cd18a 100644
--- a/templates/main.tmpl.php
+++ b/templates/main.tmpl.php
@@ -43,11 +43,9 @@
<div id="app-content">
<div id="controls">
- <div class="breadcrump">
- <div class="crumb svg last">
- <a href="<?php p($urlGenerator->linkToRoute('polls.page.index')); ?>">
- <img class="svg" src="<?php print_unescaped(Template::image_path('core', 'places/home.svg')); ?>" alt="Home">
- </a>
+ <div class="breadcrumb">
+ <div class="crumb svg crumbhome">
+ <a class="icon-home" href="<?php p($urlGenerator->linkToRoute('polls.page.index')); ?>"> Home </a>
</div>
</div>
<div class="actions creatable" style="">