diff --git a/app/views/users/sessions/new.html.haml b/app/views/users/sessions/new.html.haml index 240275e..691e19e 100644 --- a/app/views/users/sessions/new.html.haml +++ b/app/views/users/sessions/new.html.haml @@ -14,4 +14,7 @@ %p = f.check_box :remember_me = f.label "Запомнить меня" - %p= f.submit "Войти" \ No newline at end of file + %p + = f.submit "Войти",:class => 'button' + =link_to('Регистрация',new_user_registration_path,:class => 'button') + .clear \ No newline at end of file