typo fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user