diff options
Diffstat (limited to 'app/views')
-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 -# |