diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-22 21:47:41 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-22 21:47:41 -0500 |
commit | 6d352bc62361edd4ce15189e31fccff5f0eb5e9a (patch) | |
tree | aa84f7b59a48d7ce5cd644756b11a4b1d5f10dbf /templates | |
parent | bad36ff78ead3ad4868227f8120a9ef0cefd1365 (diff) |
Pull the bug link generation into a templatetag
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mirrors/mirror_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index a6abcb5e..09e24925 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -55,7 +55,7 @@ </tr> <tr> <th>Flyspray Issue:</th> - <td>{% if mirror.bug %}<a href="https://bugs.archlinux.org/task/{{ mirror.bug }}">FS#{{ mirror.bug }}</a>{% endif %}</td> + <td>{% if mirror.bug %}{% bug_link mirror.bug %}{% endif %}</td> </tr> <tr> <th>Notes:</th> |