Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <% if user_signed_in? %>
  2.     Signed in as <%= current_user.email %>. Not you?
  3.     <%= link_to "Sign out", destroy_user_session_path %>
  4.   <% else %>
  5.     <%= link_to "Sign up", new_user_registration_path %> or <%= link_to "sign in", new_user_session_path %>
  6.   <% end %>