Mercurial > hg > soundsoftware-site
view app/views/users/.svn/text-base/new.html.erb.svn-base @ 213:00e958b1f6f8 feature_72
DEV commit: working in the repository config tab
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 09 Feb 2011 16:22:31 +0000 |
parents | 94944d00e43c |
children |
line wrap: on
line source
<h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> » <%=l(:label_user_new)%></h2> <% labelled_tabular_form_for :user, @user, :url => { :action => "create" }, :html => { :class => nil } do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p> <p> <%= submit_tag l(:button_create) %> <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> </p> <% end %>