mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 20:24:03 +00:00
14 lines
494 B
Text
14 lines
494 B
Text
.container
|
|
%h2.center-text
|
|
Sign Up
|
|
.row-fluid
|
|
.well.span3.offset2
|
|
= 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"}
|
|
.well.span3.offset2
|
|
%h4
|
|
Already have an account?
|
|
= render "devise/shared/links"
|