Commit 647249a7 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of a…

Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of a bug" [p=reed r=LpSolit a=LpSolit]
parent e1f05a42
......@@ -312,7 +312,7 @@
(<span id="alias_nonedit_display">[% bug.alias FILTER html %]</span>)
[% END %]
[% END %]
<span id="short_desc_nonedit_display">[% bug.short_desc FILTER html %]</span>
<span id="short_desc_nonedit_display">[% bug.short_desc FILTER quoteUrls(bug.bug_id) %]</span>
[% IF bug.check_can_change_field('short_desc', 0, 1) ||
bug.check_can_change_field('alias', 0, 1) %]
<small class="editme">(<a href="#" id="editme_action">edit</a>)</small>
......
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