Skip to content

Instantly share code, notes, and snippets.

@armandofox
Created February 16, 2016 01:12
Show Gist options
  • Save armandofox/81c5f8af67f51d97a391 to your computer and use it in GitHub Desktop.
Save armandofox/81c5f8af67f51d97a391 to your computer and use it in GitHub Desktop.
login_form.html.haml
#login
- if @current_user
%p.welcome Welcome, #{@current_user.name}!
= link_to 'Log Out', logout_path
- else
%p.login= link_to 'Log in with your Twitter account', '/auth/twitter'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment