2012-04-25 21:17:49 +04:00
|
|
|
<%= labelled_form_for @user do |f| %>
|
2011-09-17 05:12:56 +04:00
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
|
|
<% if @user.active? && email_delivery_enabled? -%>
|
|
|
|
<p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
|
|
|
|
<% end -%>
|
|
|
|
<p><%= submit_tag l(:button_save) %></p>
|
2008-05-02 19:21:21 +04:00
|
|
|
<% end %>
|