From 5a8ad66825e236308195fd3737e98d52a3322d5b Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 29 Mar 2017 10:26:55 +0200 Subject: fix: bring back wrapped signup button with cancel --- app/views/account/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/account/new.html.haml b/app/views/account/new.html.haml index 4766945..cbf45cb 100644 --- a/app/views/account/new.html.haml +++ b/app/views/account/new.html.haml @@ -28,5 +28,5 @@ - else = f.input :invite_code, :as => "hidden", :input_html => { :value => " ", :id => :srp_invite_code } - = f.button :submit # :wrapped, cancel: home_path + = f.button :wrapped, cancel: home_path -# -- cgit v1.2.3