summaryrefslogtreecommitdiff
path: root/templates/mirrors/mirror_details.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-22 21:47:41 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-22 21:47:41 -0500
commit6d352bc62361edd4ce15189e31fccff5f0eb5e9a (patch)
treeaa84f7b59a48d7ce5cd644756b11a4b1d5f10dbf /templates/mirrors/mirror_details.html
parentbad36ff78ead3ad4868227f8120a9ef0cefd1365 (diff)
Pull the bug link generation into a templatetag
Diffstat (limited to 'templates/mirrors/mirror_details.html')
-rw-r--r--templates/mirrors/mirror_details.html2
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>