diff options
author | Dan McGee <dan@archlinux.org> | 2013-12-14 11:31:40 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-12-14 11:31:40 -0600 |
commit | 97ca3f7286a533c7a5e7935c034578c06235571a (patch) | |
tree | d739854fa2f61da9fcf0db37563af578086c9c1f /templates/mirrors | |
parent | a116f0d94221f72fa14d90ec77b9777efbfada65 (diff) |
Add Flyspray Issue to mirror details template
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors')
-rw-r--r-- | templates/mirrors/mirror_details.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index e1962b85..3770eae5 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -54,6 +54,10 @@ <td>{% if mirror.alternate_email %}<a href="mailto:{{ mirror.alternate_email }}">{{ mirror.alternate_email }}</a>{% else %}None{% endif %}</td> </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> + </tr> + <tr> <th>Notes:</th> <td>{{ mirror.notes|linebreaks }}</td> </tr> |