This commit is contained in:
Toks
2013-05-03 19:53:03 -04:00
parent c0dac889b2
commit 6ab405c142
5 changed files with 6 additions and 13 deletions

View File

@@ -1 +0,0 @@
<%= post.favorited_users.reverse_each.map{|user| link_to_user(user)}.join(", ").html_safe %>

View File

@@ -1,3 +0,0 @@
$("#favlist").html("<%= j(render(:partial => "favorites/favorited_users_list", :locals => { :post => @post }))%>");
$("#show-favlist-link").attr("href", "#").removeAttr("data-remote");