templates/app_files/app/views/user/profile/_form.html.haml in cybele-2.1.0 vs templates/app_files/app/views/user/profile/_form.html.haml in cybele-2.2.0

- old
+ new

@@ -1,10 +1,10 @@ .card .card-header %i.icon-edit.icon-large = yield :form_title .card-body - = simple_form_for([:user, profile], url: user_profile_path, validate: true) do |f| + = simple_form_for([:user, profile], url: user_profile_path) do |f| = f.error_notification .form-inputs = f.input :name = f.input :surname