_general.rhtml
7 lines
| 448 B
| text/html+ruby
|
RhtmlLexer
|
r4116 | <% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "update", :tab => nil }, :html => { :method => :put, :class => nil } do |f| %> | ||
|
r2923 | <%= render :partial => 'form', :locals => { :f => f } %> | ||
|
r6047 | <% if @user.active? && email_delivery_enabled? -%> | ||
|
r4135 | <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p> | ||
|
r2923 | <% end -%> | ||
<p><%= submit_tag l(:button_save) %></p> | ||||
|
r1389 | <% end %> | ||