summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process/midair.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/process/midair.html.tmpl')
-rw-r--r--template/en/default/bug/process/midair.html.tmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl
index 620744bf7..b66be2ca7 100644
--- a/template/en/default/bug/process/midair.html.tmpl
+++ b/template/en/default/bug/process/midair.html.tmpl
@@ -45,7 +45,9 @@
<h1>Mid-air collision detected!</h1>
<p>
- Someone else has made changes to this [% terms.bug %] at the same time you were trying to.
+ Someone else has made changes to
+ [%+ "$terms.bug $bug_id" FILTER bug_link(bug_id) FILTER none %]
+ at the same time you were trying to.
The changes made were:
</p>
@@ -83,8 +85,8 @@ You have the following choices:
</form>
</li>
<li>
- <a href="show_bug.cgi?id=[% bug_id %]">Throw away my changes,
- and revisit [% terms.bug %] [%+ bug_id %]</a>
+ Throw away my changes, and
+ [%+ "revisit $terms.bug $bug_id" FILTER bug_link(bug_id) FILTER none %]
</li>
</ul>