From 7dea910cbcad5dde52b3911ebaaa39c2a84cce8f Mon Sep 17 00:00:00 2001 From: Tomasz Wolniewicz <twoln@umk.pl> Date: Tue, 4 Mar 2025 18:56:50 +0100 Subject: [PATCH] Adding validator link to issues --- templates/issues.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/issues.html b/templates/issues.html index d78c337..ffe4e53 100644 --- a/templates/issues.html +++ b/templates/issues.html @@ -46,7 +46,11 @@ <tr> <th>{{ federation.contact_email.display_title }}</th><!-- comment --> <td><a href="mailto:{{ federation.contact_email.value }}">{{ federation.contact_email.value }}</a></td><!-- comment --> - </tr> + </tr> + <tr> + <th colspan=>Validate this feed</th> + <td><a href="{{ constant('VALIDATOR_URL') ~ '?fed_id=' ~ federation.fed }}" target="_blank">GO</a></td> + </tr> {% endfor %} </table> {% else %} -- GitLab