[check/master] Link to Atlas' search page for the connecting IP address

commit 62cb4cbf5924a2ca4c6ed842a9d4f8b477b1ef4d Author: Arlo Breault <arlolra@gmail.com> Date: Mon Jan 18 13:07:54 2016 -0800 Link to Atlas' search page for the connecting IP address * Instead of the details page of the fingerprint check thinks it knows, for the case where multiple nodes are being hosted at the same IP. * Trac 10499 --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index eb1195e..056884d 100644 --- a/public/index.html +++ b/public/index.html @@ -102,7 +102,7 @@ {{ end }} <p class="mid"> {{ if .IsTor }} - {{ GetText .Lang "Please refer to the <a href=\"https://www.torproject.org/\">Tor website</a> for further information about using Tor safely. You are now free to browse the Internet anonymously." | UnEscaped }} {{ GetText .Lang "For more information about this exit relay, see:" }} <a href="https://atlas.torproject.org/#details/{{ .Fingerprint }}">Atlas</a>. + {{ GetText .Lang "Please refer to the <a href=\"https://www.torproject.org/\">Tor website</a> for further information about using Tor safely. You are now free to browse the Internet anonymously." | UnEscaped }} {{ GetText .Lang "For more information about this exit relay, see:" }} <a href="https://atlas.torproject.org/#search/{{ .IP }}">Atlas</a>. {{ else }} {{ GetText .Lang "If you are attempting to use a Tor client, please refer to the <a href=\"https://www.torproject.org/\">Tor website</a> and specifically the <a href=\"https://www.torproject.org/docs/faq#DoesntWork\">instructions for configuring your Tor client</a>." | UnEscaped }} {{ end }}
participants (1)
-
arlo@torproject.org