mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
7 lines
340 B
Plaintext
7 lines
340 B
Plaintext
= render :partial => 'spree/shared/error_messages', :locals => { :target => @user }
|
|
%h3= t('.account_settings')
|
|
= form_for Spree::User.new, :as => @user, :url => spree.user_path(@user), :method => :put do |f|
|
|
= render :partial => 'spree/shared/user_form', :locals => { :f => f }
|
|
%p
|
|
= f.submit t(:update), :class => 'button primary'
|