Skip to content

Instantly share code, notes, and snippets.

@twinge
Created May 5, 2009 00:21
Show Gist options
  • Save twinge/106748 to your computer and use it in GitHub Desktop.
Save twinge/106748 to your computer and use it in GitHub Desktop.
- if displaying_dashboard? || (logged_in? && current_user.friends.include?(@user))
- if @user.online?
%span.onlinecolor ONLINE
- else
OFFLINE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment