Skip to content

Instantly share code, notes, and snippets.

@ahmdrefat
Created November 12, 2012 13:29
Show Gist options
  • Save ahmdrefat/8cb9a527349bffd14664 to your computer and use it in GitHub Desktop.
Save ahmdrefat/8cb9a527349bffd14664 to your computer and use it in GitHub Desktop.
<% if current_user %>
<li><%= link_to current_user.email, "/users/edit" %></li>
<li><%= link_to "Sign out", "/users/sign_out", :method => "DELETE" %></li>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment