added home button

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
Artem Anufrij
2017-05-22 19:40:07 +02:00
committed by Julius Härtl
parent 0b133c59d9
commit 1e4e0a3947
2 changed files with 6 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ button:hover {
#board-header #home {
position: relative;
padding: 0px 12px;
padding: 0px;
}
#board-actions {

View File

@@ -5,9 +5,11 @@
<p>{{ statusservice.text }}</p></div>
</div>
<div id="board-header">
<a href="#" class="crumb svg last" id="home" title="<?php p($l->t('All Boards')); ?>">
<img class="svg" src="../../../core/img/places/home.svg" alt="Home">
</a>
<div id="home" class="crumb svg last">
<a href="#" title="<?php p($l->t('All Boards')); ?>">
<img class="svg" src="../../../core/img/places/home.svg" alt="Home">
</a>
</div>
<h1 class="title" style="border-bottom: 2px solid #{{boardservice.getCurrent().color }};">
{{ boardservice.getCurrent().title }}
</h1>