app/views/users/_form.html.haml in rmails-0.2.1 vs app/views/users/_form.html.haml in rmails-0.2.2
- old
+ new
@@ -4,8 +4,8 @@
= f.input :email, :label => t('.email')
= f.input :password, :label => t('.password')
= f.input :password_confirmation, :label => t('.password_confirmation')
.actions
- = f.button :button, t('.create'), :type => 'submit', :class => 'btn-primary right'
+ = f.button :button, t('.submit'), :type => 'submit', :class => 'btn-primary right'
= f.button :button, t('.reset'), :type => 'reset', :class => 'left'