diff --git a/mozilla/webtools/doctor/templates/committed.tmpl b/mozilla/webtools/doctor/templates/committed.tmpl index f55124b84bb..ca7d49ab0c7 100644 --- a/mozilla/webtools/doctor/templates/committed.tmpl +++ b/mozilla/webtools/doctor/templates/committed.tmpl @@ -22,7 +22,7 @@ - Doctor - committed [% file FILTER html %] + Doctor - committed [% (file_url ? file_url : file) FILTER html %] diff --git a/mozilla/webtools/doctor/templates/edit.tmpl b/mozilla/webtools/doctor/templates/edit.tmpl index 566d81232a3..2cfb0311865 100644 --- a/mozilla/webtools/doctor/templates/edit.tmpl +++ b/mozilla/webtools/doctor/templates/edit.tmpl @@ -22,7 +22,7 @@ - Doctor - edit [% file FILTER html %] + Doctor - edit [% (file_url ? file_url : file) FILTER html %] diff --git a/mozilla/webtools/doctor/templates/review.tmpl b/mozilla/webtools/doctor/templates/review.tmpl index 43aa42d3d62..af639dcba30 100644 --- a/mozilla/webtools/doctor/templates/review.tmpl +++ b/mozilla/webtools/doctor/templates/review.tmpl @@ -22,7 +22,7 @@ - Doctor - review changes to [% file FILTER html %] + Doctor - review changes to [% (file_url ? file_url : file) FILTER html %]