[mod] engine errors: link to the stats to create an github issue

This commit is contained in:
Alexandre Flament 2021-04-25 14:19:35 +02:00
parent 3282cdca13
commit 34bced29ae
6 changed files with 37 additions and 17 deletions

View file

@ -31,7 +31,12 @@
<div class="alert alert-danger fade in" role="alert">
<p>{{ _('Engines cannot retrieve results') }}:</p>
{%- for engine_name, error_type in unresponsive_engines -%}
{{- engine_name }} ({{ error_type }}){% if not loop.last %}, {% endif %}{{- "" -}}
<p>{{- '' -}}
{{- engine_name }} (
<a href="{{ url_for('stats', engine=engine_name|e) }}" title="{{ _('View error logs and submit a bug report') }}">
{{- error_type -}}
</a> ){{- '' -}}
</p>
{%- endfor -%}
</div>
{%- endif %}