fixes #1403
This commit is contained in:
@@ -1 +0,0 @@
|
||||
<%= post.favorited_users.reverse_each.map{|user| link_to_user(user)}.join(", ").html_safe %>
|
||||
@@ -1,3 +0,0 @@
|
||||
$("#favlist").html("<%= j(render(:partial => "favorites/favorited_users_list", :locals => { :post => @post }))%>");
|
||||
|
||||
$("#show-favlist-link").attr("href", "#").removeAttr("data-remote");
|
||||
Reference in New Issue
Block a user