Mercurial > hg > soundsoftware-site
comparison .svn/pristine/d1/d12fedcbe9f8547cfa6f4a11afa8ce1f7c83ddcf.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 <h2><%= link_to l(:label_user_plural), users_path %> » <%=l(:label_user_new)%></h2> | |
2 | |
3 <% form_for @user, :builder => TabularFormBuilder 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 %> |