diff options
author | azul <azul@riseup.net> | 2014-04-25 16:25:16 +0200 |
---|---|---|
committer | azul <azul@riseup.net> | 2014-04-25 16:25:16 +0200 |
commit | b7dc6ee5220a2d7865bdd86eb86e1fbed4ca28d3 (patch) | |
tree | 9d15194f4cd765a7866e93b1b3eb30c9c52ffda4 /app/views/users | |
parent | 76ad25ba0ee344f185f8e8cdfe066685cd3b0447 (diff) | |
parent | ed3575856276f25b7c8253e302646dc7684a5da8 (diff) |
Merge pull request #150 from azul/bugfix/5542-capitalize-loading
Bugfix/5542 capitalize loading
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/new.html.haml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml index 173dd8c..3478989 100644 --- a/app/views/users/new.html.haml +++ b/app/views/users/new.html.haml @@ -13,7 +13,5 @@ = f.input :login, :label => t(:username), :required => false, :input_html => { :id => :srp_username } = f.input :password, :required => false, :validate => true, :input_html => { :id => :srp_password } = f.input :password_confirmation, :required => false, :validate => true, :input_html => { :id => :srp_password_confirmation } - .form-actions - = f.button :submit, :value => t(:signup), :class => 'btn btn-primary' - = link_to t(:cancel), home_path, :class => 'btn' + = f.button :wrapped, value: t(:signup), cancel: home_path |