diff options
Diffstat (limited to 'app/Template/task/new.php')
-rw-r--r-- | app/Template/task/new.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/new.php b/app/Template/task/new.php index 181b82bf..8fcdacdf 100644 --- a/app/Template/task/new.php +++ b/app/Template/task/new.php @@ -1,7 +1,7 @@ <?php if (! $ajax): ?> <div class="page-header"> <ul> - <li><i class="fa fa-table fa-fw"></i><?= $this->url->link(t('Back to the board'), 'board', 'show', array('project_id' => $values['project_id'])) ?></li> + <li><i class="fa fa-th fa-fw"></i><?= $this->url->link(t('Back to the board'), 'board', 'show', array('project_id' => $values['project_id'])) ?></li> </ul> </div> <?php else: ?> |