Skip to content

Instantly share code, notes, and snippets.

@meza
Created January 30, 2013 22:40
Show Gist options
  • Save meza/4677950 to your computer and use it in GitHub Desktop.
Save meza/4677950 to your computer and use it in GitHub Desktop.
<div>
<% if @user.loggedin %>
logout
<% else %>
login
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment