summaryrefslogtreecommitdiffstats
path: root/extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-03-24 04:18:45 +0100
committerDylan William Hardison <dylan@hardison.net>2017-03-24 04:19:06 +0100
commit0abf244f409fd91120d35beb65ee4f3a03139a44 (patch)
tree42e3435115aea6da353b5ffb8589ed12c9768c33 /extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl
parent03d25686135afdd93c33e26f6a2532bcfdf023c9 (diff)
downloadbugzilla-0abf244f409fd91120d35beb65ee4f3a03139a44.tar.gz
bugzilla-0abf244f409fd91120d35beb65ee4f3a03139a44.tar.xz
Bug 1349899 - Clean up invalid mozreview urls on attachment page
Diffstat (limited to 'extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl')
-rw-r--r--extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl b/extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl
index 571d69b50..044c36ae9 100644
--- a/extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl
+++ b/extensions/MozReview/template/en/default/hook/attachment/edit-view.html.tmpl
@@ -12,5 +12,5 @@
url = attachment.data;
%]
<h3>
- <a href="[% url FILTER none %]" title="[% url FILTER html %]">Show review on MozReview</a><br>
+ <a href="[% url FILTER html %]" title="[% url FILTER html %]">Show review on MozReview</a><br>
</h3>