Skip to content

Instantly share code, notes, and snippets.

@metamn
Created May 20, 2009 13:57
Show Gist options
  • Save metamn/114827 to your computer and use it in GitHub Desktop.
Save metamn/114827 to your computer and use it in GitHub Desktop.
Login partial for the App Template
Logged in:
= pluralize User.logged_in.count, "user"
%br
- if !current_user
= link_to "Register", new_account_path
|
= link_to "Log In", login_path
- else
= link_to "My Account", account_path
|
= link_to "Logout", logout_path, :method => :delete, :confirm => "Are you sure you want to logout?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment