add nofollow constraint on rules link
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<div class="ui-corner-all ui-state-highlight" id="tos-notice">
|
<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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user