Commit e188b153 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 380552 don't strike out "cancel and return to" it makes the link unreadable

r=mkanat a=mkanat
parent cb7e19b4
......@@ -124,9 +124,9 @@
[% IF cgi.param('id') AND cgi.param('id').match('^\d+$') %]
[% id = cgi.param('id') %]
[% "Cancel and Return to $terms.bug $id" FILTER bug_link(id) FILTER none %]
Cancel and Return to [% "$terms.bug $id" FILTER bug_link(id) FILTER none %]
[% ELSE %]
<a href="buglist.cgi?regetlastlist=1">Cancel and Return to the last search results</a>
Cancel and Return to <a href="buglist.cgi?regetlastlist=1">the last search results</a>
[% END %]
[% PROCESS global/footer.html.tmpl %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment