Mercurial > hg > soundsoftware-site
view app/views/users/new.html.erb @ 1476:497ec7118440 biblio_alt_search_auth
Close obsolete branch biblio_alt_search_auth
author | Chris Cannam |
---|---|
date | Sat, 12 Oct 2013 13:49:02 +0100 |
parents | 433d4f72a19b |
children | 622f24f53b42 261b3d9a4903 |
line wrap: on
line source
<h2><%= link_to l(:label_user_plural), users_path %> » <%=l(:label_user_new)%></h2> <%= labelled_form_for @user do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <% if email_delivery_enabled? %> <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p> <% end %> <p> <%= submit_tag l(:button_create) %> <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> </p> <% end %>