diff options
author | Azul <azul@riseup.net> | 2017-03-29 10:26:55 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-03-29 10:26:55 +0200 |
commit | 5a8ad66825e236308195fd3737e98d52a3322d5b (patch) | |
tree | 36041353d52934bc1bc3739937ec4cf47c8b737e /app | |
parent | 5984d295daac2aa75d0c4dd5bceff4f5b18113a4 (diff) |
fix: bring back wrapped signup button with cancel
Diffstat (limited to 'app')
-rw-r--r-- | app/views/account/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 -# |