To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / users / _general.rhtml @ 441:cbce1fd3b1b7

History | View | Annotate | Download (421 Bytes)

1
<% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "update", :tab => nil }, :html => { :method => :put, :class => nil } do |f| %>
2
        <%= render :partial => 'form', :locals => { :f => f } %>
3
        <% if @user.active? -%>
4
                <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
5
        <% end -%>
6
        <p><%= submit_tag l(:button_save) %></p>
7
<% end %>