typo fix
This commit is contained in:
@@ -118,7 +118,7 @@ class UserPresenter
|
|||||||
str = user.subscriptions.map do |subscription|
|
str = user.subscriptions.map do |subscription|
|
||||||
template.link_to(subscription.name, template.posts_path(:tags => "sub:#{user.name}:#{subscription.name}"))
|
template.link_to(subscription.name, template.posts_path(:tags => "sub:#{user.name}:#{subscription.name}"))
|
||||||
end.join(", ")
|
end.join(", ")
|
||||||
s += " [" + template.link_to("edit", template.tag_subscriptions_path) + "]"
|
str += " [" + template.link_to("edit", template.tag_subscriptions_path) + "]"
|
||||||
str.html_safe
|
str.html_safe
|
||||||
else
|
else
|
||||||
"None"
|
"None"
|
||||||
|
|||||||
Reference in New Issue
Block a user