diff --git a/app/views/users/_tos.html.erb b/app/views/users/_tos.html.erb index e323724d2..9720fd893 100644 --- a/app/views/users/_tos.html.erb +++ b/app/views/users/_tos.html.erb @@ -1,3 +1,3 @@
-

<%= link_to "Read the rules before proceeding!", terms_of_service_path(:url => request.fullpath) %>

+

<%= link_to "Read the rules before proceeding!", terms_of_service_path(:url => request.fullpath), :rel => "nofollow" %>