mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-24 09:43:24 -04:00
Fixing broken links to pages that are now in CMS
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user