diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml index 77583d7f..a908a88d 100644 --- a/app/views/devise/registrations/new.html.haml +++ b/app/views/devise/registrations/new.html.haml @@ -47,7 +47,7 @@ %br %small.text-muted %center - By signing up you aggree to the + By signing up you agree to the = link_to("terms of service", terms_path) + "." %br = render "devise/shared/links" diff --git a/app/views/devise/sessions/new.html.haml b/app/views/devise/sessions/new.html.haml index d05a3856..04e65ae6 100644 --- a/app/views/devise/sessions/new.html.haml +++ b/app/views/devise/sessions/new.html.haml @@ -34,7 +34,7 @@ %br %small.text-muted %center - By logging in you aggree to the + By logging in you agree to the = link_to("terms of service", terms_path) + "." .clearfix