commit 092d02a084b3d24c252d99a5f5a9a8aa3d39c7fc Author: gus gus@torproject.org Date: Wed Sep 22 17:08:03 2021 -0300
Fix #84 --- templates/download-tor.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/templates/download-tor.html b/templates/download-tor.html index dfa53f73..41cbe19e 100644 --- a/templates/download-tor.html +++ b/templates/download-tor.html @@ -25,13 +25,13 @@ <tr> <td>{{ t.version }}</td> <td><a href="{{ changelog_link }}">{{ _('Changelog') }}</a></td> - <td class="text-right"><a href="{{ download_link }}">{{ _('Download') }}</a> (<a href="{{ sig_link }}">{{ _('sig') }}</a>)</td> + <td class="text-right"><a href="{{ download_link }}">{{ _('Download') }}</a> (<a href="{{ sig_link }}">{{ _('sig') }}</a>) <a class="link" href="{{ 'https://support.torproject.org/' + this.alt + '/little-t-tor/verify-little-t-tor/' }}" target="_blank" data-toggle="tooltip" data-placement="top" title="{{ _('Learn how to verify a signature') }}"><i style="font-size:10px;" class="fas fa-question-circle"></i></a></td> </tr> {% if t.version != a.version %} <tr> <td>{{ a.version }}</td> <td><a href="{{ alpha_changelog_link }}">{{ _('Changelog') }}</a></td> - <td class="text-right"><a href="{{ alpha_download_link }}">{{ _('Download') }}</a> (<a href="{{ alpha_sig_link }}">{{ _('sig') }}</a>)</td> + <td class="text-right"><a href="{{ alpha_download_link }}">{{ _('Download') }}</a> (<a href="{{ alpha_sig_link }}">{{ _('sig') }}</a>) <a class="link" href="{{ 'https://support.torproject.org/' + this.alt + '/little-t-tor/verify-little-t-tor/' }}" target="_blank" data-toggle="tooltip" data-placement="top" title="{{ _('Learn how to verify a signature') }}"><i style="font-size:10px;" class="fas fa-question-circle"></i></a></td> </tr> {% endif %} </tbody> @@ -48,6 +48,7 @@ <td class="text-right"> {% from "macros/downloads.html" import render_windows_expert %} {{ render_windows_expert(t.version, t.win32) }} + <a class="link" href="{{ 'https://support.torproject.org/' + this.alt + '/little-t-tor/verify-little-t-tor/' }}" target="_blank" data-toggle="tooltip" data-placement="top" title="{{ _('Learn how to verify a signature') }}"><i style="font-size:10px;" class="fas fa-question-circle"></i></a> </td> </tr> </tbody>