Sha256: 1df2ea4c07ec5be83ca2593ba38e846c549bba44d49ce8f269da0949aaab50cd

Contents?: true

Size: 789 Bytes

Versions: 4

Compression:

Stored size: 789 Bytes

Contents

%h1 Sign In

%p
  %strong Sign in through one of these services:

.auth_providers
  - if defined?(OmniAuth::Strategies::Twitter)
    %a.auth_provider{:href => "/auth/twitter"}
      = image_tag "twitter_64.png", :size => "64x64", :alt => "Twitter"
      Twitter
  - if defined?(OmniAuth::Strategies::Facebook)
    %a.auth_provider{:href => "/auth/facebook"}
      = image_tag "facebook_64.png", :size => "64x64", :alt => "Facebook"
      Facebook

%p
  %strong Don't use these services?
  #{link_to "Create an account", signup_path} or login below.

= form_tag "/auth/identity/callback" do
  .field
    = label_tag :auth_key, "Email"
    %br
    = text_field_tag :auth_key
  .field
    = label_tag :password
    %br
    = password_field_tag :password
  .actions
    = submit_tag "Sign in"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
socialite-0.1.0.pre.5 app/views/socialite/sessions/new.html.haml
socialite-0.1.0.pre.4 app/views/socialite/sessions/new.html.haml
socialite-0.1.0.pre.3 app/views/socialite/sessions/new.html.haml
socialite-0.1.0.pre.2 app/views/socialite/sessions/new.html.haml