Add Flyspray Issue to mirror details template

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2013-12-14 11:31:40 -06:00
parent a116f0d942
commit 97ca3f7286

View File

@ -53,6 +53,10 @@ <h2>Mirror Details: {{ mirror.name }}</h2>
<th>Alternate Email:</th>
<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>