Skip to content
Snippets Groups Projects

Adding validator link to issues

Merged Tomasz Wolniewicz requested to merge edugain/OT/edu-gain-technical-site-tw:master into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -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 %}
Loading