summaryrefslogtreecommitdiff
path: root/app/Template/layout.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-15 20:30:30 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-15 20:30:30 -0400
commit57dd45839b3ed61fc38b15621b688b088f57b04f (patch)
tree17f8c2f627d4900e359817a75a14ec92de777b5c /app/Template/layout.php
parent100330c989873d535785fdb1586d3602b1def202 (diff)
Use css to truncate the page title
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r--app/Template/layout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php
index 989afe18..0d9326f4 100644
--- a/app/Template/layout.php
+++ b/app/Template/layout.php
@@ -38,7 +38,7 @@
<?php else: ?>
<header>
<nav>
- <h1><?= $this->url->link('K<span>B</span>', 'app', 'index', array(), false, 'logo', t('Dashboard')).' '.$this->text->truncate($this->e($title)) ?>
+ <h1><?= $this->url->link('K<span>B</span>', 'app', 'index', array(), false, 'logo', t('Dashboard')).' '.$this->e($title) ?>
<?php if (! empty($description)): ?>
<span class="column-tooltip" title='<?= $this->e($this->text->markdown($description)) ?>'>
<i class="fa fa-info-circle"></i>