summaryrefslogtreecommitdiff
path: root/templates/task_new.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task_new.php')
-rw-r--r--templates/task_new.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/task_new.php b/templates/task_new.php
index 30e97a85..88ffd53f 100644
--- a/templates/task_new.php
+++ b/templates/task_new.php
@@ -28,6 +28,7 @@
<?= Helper\form_label(t('Description'), 'description') ?>
<?= Helper\form_textarea('description', $values, $errors) ?><br/>
+ <div class="form-help"><a href="http://kanboard.net/documentation/syntax-guide" target="_blank" rel="noreferrer"><?= t('Write your text in Markdown') ?></a></div>
<?= Helper\form_checkbox('another_task', t('Create another task'), 1, isset($values['another_task']) && $values['another_task'] == 1) ?>