summaryrefslogtreecommitdiffstats
path: root/extensions/MozReview/template/en/default/hook/attachment/create-before_form.html.tmpl
blob: bfa842c898f2d4fdd8ecacd09e948cd948f27124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

[% RETURN UNLESS mozreview_enabled %]

<div class="mozreview-ad">
  Are you attaching a patch? Consider trying out
  <a href="https://reviewboard.mozilla.org/">MozReview</a>, Mozilla's
  new repository-based code-review tool.
  <a href="https://mozilla-version-control-tools.readthedocs.io/en/latest/mozreview.html">Read
    the docs</a> to get started.
</div>