diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-22 21:33:46 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-22 21:33:46 -0500 |
commit | bad36ff78ead3ad4868227f8120a9ef0cefd1365 (patch) | |
tree | b06a8fb740915592e86475bd7ed390866a469c87 /templates | |
parent | 3b40bcb3fbd21a50faa5cc7a21714c6dab158cb5 (diff) | |
parent | 97ca3f7286a533c7a5e7935c034578c06235571a (diff) |
Merge commit '97ca3f7' into archweb-generic (bugtracker/mirror integration)
Diffstat (limited to 'templates')
-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 7eb7ad1b..a6abcb5e 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> |