commit 137ad72a63399395dc93cc5e15182237f554cbde Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Aug 26 11:18:36 2020 +0200
Add alert for user research survey.
Implements tpo/metrics/website#40003. --- src/main/resources/web/jsps/top.jsp | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/src/main/resources/web/jsps/top.jsp b/src/main/resources/web/jsps/top.jsp index 440b2ee..6bfb83b 100644 --- a/src/main/resources/web/jsps/top.jsp +++ b/src/main/resources/web/jsps/top.jsp @@ -125,3 +125,8 @@ document.write('<div class="topButton" style="display:none;"><a href="#top"><i c </nav> <!-- /primary navigation -->
+<div class="container"> + <div class="alert alert-success"> + The Tor Project is working with Simply Secure to improve the experience of the Tor Metrics website. <strong><a href="https://tools.simplysecure.org/survey/index.php?r=survey/index&sid=39865&lang=en" title="Tor Metrics User Research" target="_blank">Want to collaborate? Take this survey!</a></strong> + </div><!-- alert --> +</div><!-- container -->
tor-commits@lists.torproject.org