Skip to content

Instantly share code, notes, and snippets.

@sprite2005
Created June 1, 2010 01:34
Show Gist options
  • Save sprite2005/420456 to your computer and use it in GitHub Desktop.
Save sprite2005/420456 to your computer and use it in GitHub Desktop.
.container
.top.left
%h1 Login
- form_for @user_session, :url => user_session_path, :html => { :class => 'mainform' } do |f|
= f.error_messages
= f.label :login
= f.text_field :login
%br
= f.label :password
= f.password_field :password
%br
%fieldset
%label{:for => 'remember_me'}
Remember me
= f.check_box :remember_me
%br
%p
= f.submit 'Login'
.top.right
.about_box
= image_tag 'box-top-530.png'
.inner
%h2 Did you know?
%p When a user joins within 24 hours of clicking one of your links, you are automatically added as their referrer. This enables you to earn additional income.
= image_tag 'box-bottom-530.png'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment