annotate app/views/users/.svn/text-base/new.html.erb.svn-base @ 299:defe55be97b9 feature_73

Do not show external checkbox/field until the repo has been automatically populated Pull external Hg as well as git and svn repos Some textual changes
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 24 Mar 2011 15:48:36 +0000
parents 94944d00e43c
children
rev   line source
chris@37 1 <h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> &#187; <%=l(:label_user_new)%></h2>
chris@37 2
chris@37 3 <% labelled_tabular_form_for :user, @user, :url => { :action => "create" }, :html => { :class => nil } do |f| %>
chris@37 4 <%= render :partial => 'form', :locals => { :f => f } %>
chris@37 5 <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
chris@37 6 <p>
chris@37 7 <%= submit_tag l(:button_create) %>
chris@37 8 <%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
chris@37 9 </p>
chris@37 10 <% end %>