summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process/midair.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-11-15 03:30:53 +0100
committerlpsolit%gmail.com <>2006-11-15 03:30:53 +0100
commite3bdbb5415c1d979dc923b188f4697fbcaee89aa (patch)
treef0c549e9b987b4dea5694a577e6f295410e4cc8a /template/en/default/bug/process/midair.html.tmpl
parentb2df778fe5ea692b0175f67c9129f0283b6eeadc (diff)
downloadbugzilla-e3bdbb5415c1d979dc923b188f4697fbcaee89aa.tar.gz
bugzilla-e3bdbb5415c1d979dc923b188f4697fbcaee89aa.tar.xz
Bug 115650: No TITLE attribute on buglinks on process_bug.cgi - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
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>