diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-24 21:12:19 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-24 21:12:19 -0500 |
commit | 4fc518b2c9721f366b998021fe60a31a15430f0e (patch) | |
tree | eb10517af8129b6b6ef49118b1b4e7dbc015e40c /app/Template/layout.php | |
parent | 0fd8241f4609be789cd82046648e4d8c9188aaec (diff) | |
parent | dedf425e8168b2c38e8566a3d407f77fb11cc001 (diff) |
Merge pull-request #657
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r-- | app/Template/layout.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index ad4c4084..7adb0559 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -35,7 +35,13 @@ <?php else: ?> <header> <nav> - <h1><?= $this->a('K<span>B</span>', 'app', 'index', array(), false, 'logo', t('Dashboard')).' '.$this->summary($this->e($title)) ?></h1> + <h1><?= $this->a('K<span>B</span>', 'app', 'index', array(), false, 'logo', t('Dashboard')).' '.$this->summary($this->e($title)) ?> + <?php if (! empty($description)): ?> + <span class="column-tooltip" title="<?= $this->markdown($description) ?>"> + <i class="fa fa-info-circle"></i> + </span> + <?php endif ?> + </h1> <ul> <?php if (isset($board_selector) && ! empty($board_selector)): ?> <li> |