2014-03-17 16:36:32 +01:00
|
|
|
.row
|
|
|
|
|
.page-header
|
|
|
|
|
%h1.text-center Sign Up
|
|
|
|
|
.col-md-5.col-md-offset-1
|
|
|
|
|
.well
|
2013-01-17 16:27:03 +01:00
|
|
|
= semantic_form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f|
|
|
|
|
|
= f.input :email
|
|
|
|
|
= f.input :password
|
|
|
|
|
= f.input :password_confirmation
|
|
|
|
|
= f.action :submit, :as => :button, :label => "Sign Up", :button_html => {:class => "btn btn-primary"}
|
2014-03-17 16:36:32 +01:00
|
|
|
.col-md-3.col-md-offset-2
|
|
|
|
|
.well
|
2013-01-17 16:27:03 +01:00
|
|
|
%h4
|
|
|
|
|
Already have an account?
|
|
|
|
|
= render "devise/shared/links"
|