diff --git a/app/presenters/user_presenter.rb b/app/presenters/user_presenter.rb index af6759d8a..db2bbd276 100644 --- a/app/presenters/user_presenter.rb +++ b/app/presenters/user_presenter.rb @@ -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"