Sha256: 2f38326028a99b5456b013403dca7aef90d2adff9e413fa12f32bcbf229e7a86

Contents?: true

Size: 795 Bytes

Versions: 1

Compression:

Stored size: 795 Bytes

Contents

%h1 Sign In

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

.auth_providers
  %a.auth_provider{href: "/auth/twitter"}
    #{image_tag "twitter_64.png", size: "64x64", alt: "Twitter"}
    Twitter
  %a.auth_provider{href: "/auth/facebook"}
    #{image_tag "facebook_64.png", size: "64x64", alt: "Facebook"}
    Facebook
  %a.auth_provider{href: "/auth/google_apps"}
    #{image_tag "google_apps_64.png", size: "64x64", alt: "Google"}
    Google

%p
  %strong Don't use these services?
  #{link_to "Create an account", new_identity_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 "Login"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
socialite-0.1.0.pre app/views/socialite/session/new.html.haml