Skip to content

Instantly share code, notes, and snippets.

@Znow
Created June 6, 2011 18:03
Show Gist options
  • Select an option

  • Save Znow/1010728 to your computer and use it in GitHub Desktop.

Select an option

Save Znow/1010728 to your computer and use it in GitHub Desktop.
- if current_user
%ul
%li= link_to 'Profile', current_user
%li= link_to 'Settings', edit_user_path(current_user)
%li= link_to 'Signout', signout_path, :method => :delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment