Add privacy policy and terms of service

This commit is contained in:
2020-05-02 16:48:42 +02:00
parent c9ce4c3b7b
commit 6ad56d0dc9
4 changed files with 14 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
Login with your existing Google account, no new credentials needed.
Do you need help? <%= link_to 'let us know', help_url %>.
</p>
<hr>
<p>
By signing in you agree to <br> the <%= link_to 'Terms of Service', '/terms' %> and <%= link_to 'Privacy Policy', '/privacy' %>.
</p>
</div>
</div>
</div>

View File

@@ -23,6 +23,10 @@
<p>
Do you need help? <%= link_to 'let us know', help_url %>.
</p>
<hr>
<p>
By signing in you agree to <br> the <%= link_to 'Terms of Service', '/terms' %> and <%= link_to 'Privacy Policy', '/privacy' %>.
</p>
</div>
</div>
</div>