app/views/users/new.html.haml in fat_free_crm-0.12.3 vs app/views/users/new.html.haml in fat_free_crm-0.13.0
- old
+ new
@@ -1,6 +1,6 @@
.standalone
- = form_for(@user, :html => one_submit_only(:user)) do |f|
+ = form_for(@user, :html => one_submit_only) do |f|
.title_tools #{t :already_signed_up} #{link_to t(:login_now_link), login_path}
.title #{t :sign_up}
= f.error_messages :object_name => t('user')