From 991ad1f8383f84731f0714cbd452575f616a1e65 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 17 Jan 2015 12:34:51 +0100 Subject: [PATCH] added agree statement to sign in page --- app/views/devise/registrations/new.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml index 9b27989f..81cc63df 100644 --- a/app/views/devise/registrations/new.html.haml +++ b/app/views/devise/registrations/new.html.haml @@ -10,6 +10,9 @@ = f.password_field :password, autocomplete: "off", label: "Password" = f.password_field :password_confirmation, autocomplete: "off", label: "Confirm password" + %p + With signing up you accept our + = link_to "Terms of Service", terms_path = f.submit "Sign up" = render "devise/shared/links"