commit df1b36d266efba6a522c0737d2c86e20303dcc0e Author: Roger Dingledine arma@torproject.org Date: Mon Sep 27 23:15:12 2021 -0400
change privchat5 from save-the-date to watch
(really, i'm doing this to wiggle git/tpo so jenkins will try a fresh build. it looks like it failed the last build because git is overloaded and took too long for a checkout, and nothing retries.) --- templates/privchat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/privchat.html b/templates/privchat.html index a0e59fbb..68d5b32b 100644 --- a/templates/privchat.html +++ b/templates/privchat.html @@ -27,7 +27,7 @@ <div> <p><span class="text-primary nick" style="font-size:18px;"><mark>9/27 ∙ 17:00 UTC ∙ 13:00 Eastern ∙ 10:00 Pacific ∙ <a href="https://www.youtube.com/watch?v=4ovmcZtaacY" title="Tor Project YouTube Channel" target="_blank"><i class="fab fa-youtube"></i> @torproject YouTube channel</a></mark></span></p> </div> - <a class="btn btn-small bg-primary text-light my-4" href="/static/images/privchat/privchat-5.ics" target="_blank"><i class="mr-2 pt-1 fas fa-thumbtack-png"></i> {{ _("Save the Date") }} </a> + <a class="btn btn-small bg-primary text-light my-4" href="https://youtu.be/4ovmcZtaacY" target="_blank"><i class="mr-2 pt-1 fas fa-play-circle-png"></i> {{ _("Watch") }} </a> <div> <p class="font-family-serif"> Every year, governments, law enforcement agencies, militaries, and corporations invest billions of dollars into building and buying malicious spyware--software designed to silently infiltrate a user's device and allow attackers to view the contents without detection.
tor-commits@lists.torproject.org