summaryrefslogtreecommitdiff
path: root/users/app/views/users/new.html.haml
blob: d8a43d59956c840fcfe7a2770cce557f356f952e (plain)
1
2
3
4
5
6
7
8
9
10
.span8.offset2
  %h2=t :signup
  = user_form do |f|
    %legend= t(:signup_message)
    = render :partial => 'login_field', :locals => {:f => f}
    = render :partial => 'password_fields', :locals => {:f => f}
    .form-actions
      = f.button :submit, :value => t(:signup), :class => 'btn-primary'
      = link_to t(:cancel), root_url, :class => :btn