Created
May 12, 2011 11:01
-
-
Save jlebrech/968322 to your computer and use it in GitHub Desktop.
Haml
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
.friends | |
- @user.friendships.each do |friendship| | |
%p=friendship.friend.login | |
-link_to "remove", friendship, :method => :delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment