Fix display of subscriptions on profiles

This commit is contained in:
Toks
2013-10-21 12:50:19 -04:00
parent 397e130f5a
commit 2b00066334

View File

@@ -36,7 +36,7 @@ class UserPresenter
end
def tag_links_for_subscription(template, subscription)
subscription.tag_query_array.map {|x| template.link_to(x.tr("_", " "), template.posts_path(:tags => x))}.join(", ").html_safe
subscription.tag_query_array.map {|x| template.link_to(x, template.posts_path(:tags => x))}.join(", ").html_safe
end
def upload_limit