Mercurial > hg > soundsoftware-site
annotate .svn/pristine/1c/1ce7c095bdee57845b24106ac69ceda35b831a10.svn-base @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 <h2><%= link_to l(:label_user_plural), users_path %> » <%=l(:label_user_new)%></h2> |
Chris@1296 | 2 |
Chris@1296 | 3 <%= labelled_form_for @user do |f| %> |
Chris@1296 | 4 <%= render :partial => 'form', :locals => { :f => f } %> |
Chris@1296 | 5 <% if email_delivery_enabled? %> |
Chris@1296 | 6 <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p> |
Chris@1296 | 7 <% end %> |
Chris@1296 | 8 <p> |
Chris@1296 | 9 <%= submit_tag l(:button_create) %> |
Chris@1296 | 10 <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> |
Chris@1296 | 11 </p> |
Chris@1296 | 12 <% end %> |