5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
|
<% labelled_tabular_form_for :user, @user, :url => { :action => "edit" } do |f| %>
|
||
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
||
|
<%= submit_tag l(:button_save) %>
|
||
|
<% end %>
|