Sha256: 9d29125ebc9dcab80e1bd166aabd893d6ed2fa9bfdefef4ec53ea3e4fad581a7

Contents?: true

Size: 846 Bytes

Versions: 6

Compression:

Stored size: 846 Bytes

Contents

.container 
  = form_tag user_log_in_path, :class => "form-signin", :method => :post do
    %h2.form-signin-heading Log in
    
    %div  
    = text_field :user, 'Email', :class => "input-block-level", :placeholder => "Email"

    %div
    = text_field :user, 'Password', :class => "input-block-level", :type => "password", :placeholder => 'Password'

    = 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

6 entries across 6 versions & 1 rubygems

Version Path
user_mgmt-0.2.0 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.1.2 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.1.1 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.1.0 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.0.621 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.0.62 app/views/user_mgmt/sessions/new.html.haml