Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
tpo
Commits
9d3ac284
Commit
9d3ac284
authored
Jan 20, 2020
by
Pili Guerra
Browse files
Changelog link fixes
parent
90403f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/download-tor.html
View file @
9d3ac284
...
...
@@ -17,11 +17,13 @@
{% set t = bag('versions', 'tor-stable') %}
{% set a = bag('versions', 'tor-alpha') %}
{% set download_link = 'https://dist.torproject.org/tor-' + t.version + '.tar.gz' %}
{% set changelog_link = 'https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-' + t.version %}
{% set sig_link = download_link + '.asc' %}
{% set alpha_download_link = 'https://dist.torproject.org/tor-' + a.version + '.tar.gz' %}
{% set alpha_sig_link = alpha_download_link + '.asc' %}
<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>
</tr>
{% if t.version != a.version %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment