mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
15 lines
516 B
Text
15 lines
516 B
Text
.row
|
|
.page-header
|
|
%h1.text-center Sign Up
|
|
.col-md-5.col-md-offset-1
|
|
.well
|
|
= 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"}
|
|
.col-md-3.col-md-offset-2
|
|
.well
|
|
%h4
|
|
Already have an account?
|
|
= render "devise/shared/links"
|