Fixing broken links to pages that are now in CMS

This commit is contained in:
Cesy
2015-08-12 14:45:53 +00:00
committed by Cesy Avon
parent 29102e3b52
commit daa3c08706
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
%p
We'd also appreciate it if you'd read our
= succeed "," do
= link_to 'Community Guidelines', '#{root_url}/policy/community'
= link_to 'Community Guidelines', "#{root_url}/policy/community"
and make sure you follow them. We want #{site_name} to be a
friendly, welcoming environment for everyone, and we hope you'll
help us keep it that way.

View File

@@ -31,7 +31,7 @@
= f.check_box :tos_agreement
I agree to the
= succeed "." do
= link_to 'Terms of Service', url_for(:action => 'tos', :controller => '/policy')
= link_to 'Terms of Service', "#{root_url}/policy/tos"
.form-group
.col-md-offset-2.col-md-8.checkbox
%label