This commit is contained in:
albert
2013-04-09 18:15:04 -04:00
parent 0d864e65d2
commit c5bf7b6c47
5 changed files with 13 additions and 2 deletions

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 %></h1>
<h1><%= link_to "Read the rules before proceeding!", terms_of_service_path(:url => request.fullpath) %></h1>
</div>