Replaces hardcoded URL with app_url path helper in terms (#15661)
This commit is contained in:
parent
c1a3ba99eb
commit
a5a1f16c70
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<p>
|
||||
By accessing this web site, you are agreeing to be bound by these
|
||||
web site Terms and Conditions of Use, our
|
||||
<a href="/privacy">Privacy Policy</a>, all applicable laws and regulations,
|
||||
<a href="<%= app_url("/privacy") %>">Privacy Policy</a>, all applicable laws and regulations,
|
||||
and agree that you are responsible for compliance with any applicable local
|
||||
laws. If you do not agree with any of these terms, you are prohibited from
|
||||
using or accessing this site. The materials contained in this web site are
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue