summaryrefslogtreecommitdiff
path: root/app/Template/task_import/show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_import/show.php')
-rw-r--r--app/Template/task_import/show.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_import/show.php b/app/Template/task_import/show.php
index cc6a7b3a..54264f30 100644
--- a/app/Template/task_import/show.php
+++ b/app/Template/task_import/show.php
@@ -31,4 +31,4 @@
<li><?= t('The due date must use the ISO format: YYYY-MM-DD') ?></li>
</ul>
</div>
-<p><i class="fa fa-download fa-fw"></i><?= $this->url->link(t('Download CSV template'), 'TaskImportController', 'template', array('project_id' => $project['id'])) ?></p>
+<p><?= $this->url->icon('download', t('Download CSV template'), 'TaskImportController', 'template', array('project_id' => $project['id'])) ?></p>