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.html.erb @ 912:5e80956cc792

History | View | Annotate | Download (347 Bytes)

1 909:cbb26bc654de Chris
<% form_for @user, :builder => TabularFormBuilder do |f| %>
2
  <%= render :partial => 'form', :locals => { :f => f } %>
3
  <% if @user.active? && email_delivery_enabled? -%>
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 0:513646585e45 Chris
<% end %>