summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorKoosha KM <koosha.khajeh@gmail.com>2014-09-23 16:28:44 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-09-23 16:29:22 +0200
commitd416aabce2b8e25ab2a7919ccd970aaf7455f7e5 (patch)
tree2e6a483f115e4206b4cdb14c28070a902aa88f69 /template/en/default/bug
parent1488a5896c2aff13218d9f92e26ea498d7cbb847 (diff)
downloadbugzilla-d416aabce2b8e25ab2a7919ccd970aaf7455f7e5.tar.gz
bugzilla-d416aabce2b8e25ab2a7919ccd970aaf7455f7e5.tar.xz
Bug 1059685: Add user help for Markdown
r=dkl,a=sgreen
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/comment.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/comment.html.tmpl b/template/en/default/bug/comment.html.tmpl
index 7feb6dfa4..b748b71fd 100644
--- a/template/en/default/bug/comment.html.tmpl
+++ b/template/en/default/bug/comment.html.tmpl
@@ -41,5 +41,6 @@
<input type="checkbox" name="use_markdown" id="use_markdown" value="1"
[% "checked=\"checked\"" IF user.settings.use_markdown.value == 'on' %] >
<label id="use_markdown_label" for="use_markdown">Use Markdown for this [% terms.comment %]</label>
+ (<a href="page.cgi?id=markdown.html" target="_blank" title="View Markdown Syntax Guide">help</a>)
</div>
[% END %]