fixes #1343
This commit is contained in:
@@ -1 +1 @@
|
||||
<br><%= post.favorited_users.reverse_each.map{|user| link_to_user(user)}.join(", ").html_safe %>
|
||||
<%= post.favorited_users.reverse_each.map{|user| link_to_user(user)}.join(", ").html_safe %>
|
||||
@@ -1 +1,3 @@
|
||||
$("span#favlist-for-post-<%= @post.id %>").html("<%= j(render(:partial => "favorites/favorited_users_list", :locals => { :post => @post }))%>");
|
||||
$("#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