Sha256: 4e0215d1d7e26dc6dd09979a63b1d81fca760b22b658019fbdecf51e4e8e171b

Contents?: true

Size: 621 Bytes

Versions: 2

Compression:

Stored size: 621 Bytes

Contents

.container 
  = form_tag user_path, :class => "form-signin", :method => :post do
    %h2 Sign up
    = render :partial => 'user_form'
    = submit_tag 'submit', :class => "btn btn-large btn-primary"
    %ul.unstyled 
      %li 
      = link_to "Log in with Facebook", "auth/facebook" 
      %li 
      = link_to "Log in with Twitter", "auth/twitter" 
      %li 
      = link_to "Log in with Outlook", "auth/windowslive" 
      %li 
      = link_to "Log in with LinkedIn", "auth/linkedin" 
      %li 
      = link_to "Log in with Yahoo", "auth/yahoo" 
      %li 
      = link_to "Log in with GMail", "auth/google_oauth2" 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
user_mgmt-0.0.621 app/views/user_mgmt/registrations/new.html.haml
user_mgmt-0.0.62 app/views/user_mgmt/registrations/new.html.haml