Sha256: dfff8828583ff91ab8012204c8ec94cde28fd6f7c5a5bd38b72a577640e451c8

Contents?: true

Size: 1.25 KB

Versions: 33

Compression:

Stored size: 1.25 KB

Contents

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

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

    .login_buttons
      = submit_tag 'submit', :class => "btn btn-large btn-primary"
      = link_to 'cancel', cancel_path, :class => "btn btn-large btn-primary"

    .oauth_buttons
      %ul.unstyled 
        %li 
        = link_to image_tag('user_mgmt/normal/facebook.png', class: "menu_icon"), "auth/facebook" 
        = link_to image_tag('user_mgmt/normal/twitter.png', class: "menu_icon"), "auth/twitter" 
        = link_to image_tag('user_mgmt/normal/windows.png', class: "menu_icon"), "auth/windowslive" 
        %li 
        = link_to image_tag('user_mgmt/normal/linkedin.png', class: "menu_icon"), "auth/linkedin" 
        = link_to image_tag('user_mgmt/normal/yahoo-copied.jpg', class: "menu_icon", height: '45', width: '45'), "auth/yahoo" 
        = link_to image_tag('user_mgmt/normal/gmail-copied.png', class: "menu_icon", height: '45', width: '45'), "auth/google_oauth2" 




Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
user_mgmt-0.7.7 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.7.6 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.7.5 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.7.4 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.7.2 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.7.1 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.7 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.10 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.9 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.8 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.7 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.6 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.5 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.4 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.3 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.2 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.1 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.6.0 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.5.13 app/views/user_mgmt/sessions/new.html.haml
user_mgmt-0.5.12 app/views/user_mgmt/sessions/new.html.haml