To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 9a / 9a6608eaf5694578bc6922b2d4af3ade833f39df.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (325 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | <%= labelled_form_for @user 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 | <% end %> |