_general.html.erb
7 lines
| 325 B
| text/plain
|
TextLexer
|
r9346 | <%= labelled_form_for @user do |f| %> | ||
|
r7151 | <%= 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> | ||||
|
r1389 | <% end %> | ||