Fixing up the signin/signup pages
This commit is contained in:
parent
1d7670d74e
commit
1dddf00d96
13 changed files with 47 additions and 47 deletions
14
app/views/devise/registrations/new.html.haml
Normal file
14
app/views/devise/registrations/new.html.haml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue