This commit is contained in:
albert
2013-02-17 15:24:14 -05:00
parent 06fd8f9c52
commit b7d7954126

View File

@@ -118,7 +118,7 @@ class UserPresenter
str = user.subscriptions.map do |subscription|
template.link_to(subscription.name, template.posts_path(:tags => "sub:#{user.name}:#{subscription.name}"))
end.join(", ")
s += " [" + template.link_to("edit", template.tag_subscriptions_path) + "]"
str += " [" + template.link_to("edit", template.tag_subscriptions_path) + "]"
str.html_safe
else
"None"