Link syntax help to the official documentation

This commit is contained in:
Frédéric Guillot
2014-03-16 13:51:30 -04:00
parent e1b7e8013f
commit e108b95202
4 changed files with 21 additions and 3 deletions

View File

@@ -28,7 +28,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>
<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) ?>