_general.rhtml
7 lines
| 338 B
| text/html+ruby
|
RhtmlLexer
|
r2606 | <% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "edit", :tab => nil } do |f| %> | ||
|
r1389 | <%= render :partial => 'form', :locals => { :f => f } %> | ||
<%= submit_tag l(:button_save) %> | ||||
|
r2708 | <% if @user.active? %> | ||
<%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %> | ||||
<% end %> | ||||
|
r1389 | <% end %> | ||