diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-25 14:19:35 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-04-29 11:10:38 +0200 |
| commit | 34bced29ae8ca7aff69ef43ee34d265677e3a5a2 (patch) | |
| tree | 8137b355ee0ab00473ae5c98d58c69d462e883c2 /searx/templates/simple/preferences.html | |
| parent | 3282cdca13b3aae093a23a45aad6729c286b1eb4 (diff) | |
[mod] engine errors: link to the stats to create an github issue
Diffstat (limited to 'searx/templates/simple/preferences.html')
| -rw-r--r-- | searx/templates/simple/preferences.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index c7c379618..76d56675b 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -63,9 +63,11 @@ {% endif %} {% if checker_result or errors %} <td class="{{ label }}">{{- "" -}} - <span aria-labelledby="{{engine_name}}_reliablity"> - {%- if reliabilities[engine_name].checker %}{{ icon('warning', 'The checker fails on the some tests') }}{% endif %} {{ r -}} - </span>{{- "" -}} + <a href="{{ url_for('stats', engine=engine_name|e) }}">{{- "" -}} + <span aria-labelledby="{{engine_name}}_reliablity"> + {%- if reliabilities[engine_name].checker %}{{ icon('warning', 'The checker fails on the some tests') }}{% endif %} {{ r -}} + </span>{{- "" -}} + </a>{{- "" -}} <div class="engine-tooltip" style="right: 12rem;" role="tooltip" id="{{engine_name}}_reliablity"> {%- if checker_result -%} <p>{{ _("The checker fails on this tests: ") }} {{ ', '.join(checker_result) }}</p> |