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
Anti-censorship
BridgeDB
Commits
27ffc9c2
Unverified
Commit
27ffc9c2
authored
Jul 26, 2014
by
Isis Lovecruft
Browse files
Fix TBB download links to remove obsolete "#downloads-beta" anchor.
* FIXES
#12635
.
parent
b1852416
Changes
4
Hide whitespace changes
Inline
Side-by-side
lib/bridgedb/strings.py
View file @
27ffc9c2
...
...
@@ -212,5 +212,5 @@ BridgeDB can provide bridges with several types of Pluggable Transports[0],
EMAIL_REFERENCE_LINKS
=
{
"WELCOME0"
:
"[0]: https://www.torproject.org/docs/pluggable-transports.html"
,
"HOWTO_TBB1"
:
"[0]: https://www.torproject.org/projects/torbrowser.html
.en#downloads-beta
"
,
"HOWTO_TBB1"
:
"[0]: https://www.torproject.org/projects/torbrowser.html"
,
}
lib/bridgedb/templates/bridges.html
View file @
27ffc9c2
...
...
@@ -32,7 +32,7 @@ ${answer}
<div
class=
"container-fluid"
id=
"howto"
style=
"align-content: left;"
>
<p>
${_(strings.HOWTO_TBB[1]) % \
("""
<a
href=
"https://www.torproject.org/projects/torbrowser.html
.en#downloads-beta
"
("""
<a
href=
"https://www.torproject.org/projects/torbrowser.html"
target=
"_blank"
>
""",
"""
</a>
""")}
${_(strings.HOWTO_TBB[2])}
...
...
lib/bridgedb/templates/howto.html
View file @
27ffc9c2
...
...
@@ -17,7 +17,7 @@
<div
class=
"container-fluid"
id=
"howto"
style=
"align-content: left;"
>
<p>
${_(strings.HOWTO_TBB[1]) % \
("""
<a
href=
"https://www.torproject.org/projects/torbrowser.html
.en#downloads-beta
"
("""
<a
href=
"https://www.torproject.org/projects/torbrowser.html"
target=
"_blank"
>
""",
"""
</a>
""")}
${_(strings.HOWTO_TBB[2])}
...
...
lib/bridgedb/templates/index.html
View file @
27ffc9c2
...
...
@@ -11,7 +11,7 @@
${_("Step %s1%s") % ("""
<u>
""", """
</u>
""")}
</span>
<span
style=
"margin-left: 20px; margin-right: 20px;"
>
${_("Download %s Tor Browser %s") % \
("""
<a
href=
"https://www.torproject.org/projects/torbrowser.html
.en#downloads-beta
"
("""
<a
href=
"https://www.torproject.org/projects/torbrowser.html"
target=
"_blank"
accesskey=
"1"
>
""",
"""
</a>
""")}
</span>
</span>
...
...
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