diff options
author | David Lawrence <dkl@mozilla.com> | 2016-12-08 00:44:34 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-12-08 00:44:34 +0100 |
commit | 89c6b2ba85ec09e1c744cc1b05ead8bd91e36980 (patch) | |
tree | 4e55ab8cbe47295984706345b567edf5d2de0928 /extensions/BugModal | |
parent | 4cd1371510e88a392d00e9d5c315abb9ff622e42 (diff) | |
download | bugzilla-89c6b2ba85ec09e1c744cc1b05ead8bd91e36980.tar.gz bugzilla-89c6b2ba85ec09e1c744cc1b05ead8bd91e36980.tar.xz |
Bug 1318781 - Add link to Mozilla Community Participation Guidelines for new bugs and bug comments
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl | 5 | ||||
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl index 71a9b16ae..424cec301 100644 --- a/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl @@ -48,6 +48,11 @@ <pre id="comment-preview" class="comment-text"></pre> </div> + <div id="bugzilla-etiquette"> + <a href="page.cgi?id=etiquette.html" target="_blank"> + Comments Subject to Etiquette and Contributor Guidelines</a> + </div> + <div id="after-comment-commit-button"> [% Hook.process("after_comment_commit_button", 'bug/edit.html.tmpl') %] diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index b5e3c1a37..2c935f84b 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -676,7 +676,8 @@ td.flag-requestee { margin-top: 20px; } -#add-comment-private { +#add-comment-private, +#bugzilla-etiquette { float: right; } |