Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about onion service in the footer #810

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion amber/layouts/_footer.html.haml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#footer-inner
.container
.row
.col-sm-12
.row
.col-sm-6
%div.footer-text
%h4.text-center
= t(:footer_about_header)
.text-center
= t(:footer_tagline)
.text-center
Expand All @@ -17,3 +20,9 @@
= link t(:link_privacy) => "privacy-policy"
.text-center
%a(href="https://github.com/riseupnet/riseup_help")= t :contribute_to_help
.col-sm-6
%div.footer-text
%h4.text-center
= t(:footer_onion_services_header)
.text-center
= t(:footer_onion_services_text)
3 changes: 3 additions & 0 deletions amber/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ en:
missing_translation: "This page has not yet been translated from the English."
support_riseup: "Support Riseup!"
motto: "Get off the internet, I will see you in the streets."
footer_about_header: "About this site"
footer_onion_services_header: "Riseup's Tor Onion Services"
footer_onion_services_text: "If you want to access our list of onion services' addresses check our <a href=\"security/network-security/tor#riseups-tor-onion-services\">Tor page</a> and if you need help to configure your email client to use our hidden services, check our <a href=\"email/settings/tor\">Onion Service configuration page</a>."
footer_tagline: "This site is run by Riseup, your friendly autonomous tech collective since 1999"
contribute_to_help: "Please edit this site"
system_updates: "System Updates"
Expand Down
3 changes: 3 additions & 0 deletions amber/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ fr:
missing_translation: "Cette page n'a pas encore été traduite de l'anglais."
support_riseup: "Supportez Riseup!"
motto: "Laisse l'internet tranquille, on se voit dans la rue."
footer_about_header: "À propos de ce site"
footer_onion_services_header: "Les services Tor de Riseup"
footer_onion_services_text: "Si vous voulez accéder à la liste des adresses de nos services onion, consultez la page en lien avec <a href=\"security/network-security/tor#riseups-tor-onion-services\">Tor</a>. Si vous avez besoin d'aide pour configurer votre client mail afin d'utiliser nos services onion, consultez la page <a href=\"email/settings/tor\">Configuration de nos services onion</a>"
footer_tagline: "Ce site est géré par Riseup, votre collectif tech autonome depuis 1999"
contribute_to_help: "Nous vous invitons à contribuer à ce contenu et à la traduction de ces pages."
system_updates: "Mises à jour du système"
Expand Down