diff options
author | Byron Jones <bjones@mozilla.com> | 2013-12-12 06:44:37 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-12-12 06:44:37 +0100 |
commit | 8db2432bb83d30ba0a0bb8e726f506af53f38cb3 (patch) | |
tree | 1d278b8ab98a2bb4b2b3c8d275edbc335bb29e61 /template/en/default/bug | |
parent | 531b87fa858e2777523cd67d74d5579d9749260a (diff) | |
download | bugzilla-8db2432bb83d30ba0a0bb8e726f506af53f38cb3.tar.gz bugzilla-8db2432bb83d30ba0a0bb8e726f506af53f38cb3.tar.xz |
Bug 949291: add link to a wiki page describing comment tagging
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index fb596f7a7..3c2ce47c2 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -39,6 +39,8 @@ maxlength="[% constants.MAX_COMMENT_TAG_LENGTH FILTER html %]"> <span id="bz_ctag_autocomp"></span> </div> + [<a href="https://wiki.mozilla.org/BMO/comment_tagging" + target="_blank" title="About Comment Tagging">help</a>] </div> <div id="bz_ctag_error" class="bz_default_hidden"> |