Created
January 24, 2013 15:20
-
-
Save RudyOnRails/4622941 to your computer and use it in GitHub Desktop.
bobbilee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#container | |
- if current_user | |
.bttn.header=link_to("Profile", affiliate_path(current_user)) | |
.bttn.header=link_to("Logout", logout_path, :method => :delete) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment