add nofollow constraint on rules link

This commit is contained in:
r888888888
2016-06-14 12:20:22 -07:00
parent 27264501e0
commit 404970a401

View File

@@ -1,3 +1,3 @@
<div class="ui-corner-all ui-state-highlight" id="tos-notice">
<h1><%= link_to "Read the rules before proceeding!", terms_of_service_path(:url => request.fullpath) %></h1>
<h1><%= link_to "Read the rules before proceeding!", terms_of_service_path(:url => request.fullpath), :rel => "nofollow" %></h1>
</div>