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 / 1c / 1ce7c095bdee57845b24106ac69ceda35b831a10.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (478 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | <h2><%= link_to l(:label_user_plural), users_path %> » <%=l(:label_user_new)%></h2> |
|---|---|---|---|
| 2 | |||
| 3 | <%= labelled_form_for @user do |f| %> |
||
| 4 | <%= render :partial => 'form', :locals => { :f => f } %>
|
||
| 5 | <% if email_delivery_enabled? %> |
||
| 6 | <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p> |
||
| 7 | <% end %> |
||
| 8 | <p> |
||
| 9 | <%= submit_tag l(:button_create) %> |
||
| 10 | <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> |
||
| 11 | </p> |
||
| 12 | <% end %> |