diff options
| author | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-04 21:57:12 -0500 |
|---|---|---|
| committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-04 21:57:12 -0500 |
| commit | 19409360ca7d4c00d070b16bbfcc6cd02543cdca (patch) | |
| tree | 3eb3a3d0fce2d74c550135f3119182e1d1aa0fe2 /templates/task_edit.php | |
| parent | ccc54c65cf2191e35bd0294c0ffbae761b29f151 (diff) | |
Improve comments
Diffstat (limited to 'templates/task_edit.php')
| -rw-r--r-- | templates/task_edit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/task_edit.php b/templates/task_edit.php index c4f806fd..e400e790 100644 --- a/templates/task_edit.php +++ b/templates/task_edit.php @@ -25,6 +25,7 @@ <?= Helper\form_label(t('Description'), 'description') ?> <?= Helper\form_textarea('description', $values, $errors) ?><br/> + <div class="form-help"><a href="http://en.wikipedia.org/wiki/Markdown#Example" target="_blank"><?= t('Write your text in Markdown') ?></a></div> <?= Helper\form_checkbox('another_task', t('Create another task'), 1) ?> |
