From b7d7954126496f1493cee10beac2d1bc3a81d081 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 17 Feb 2013 15:24:14 -0500 Subject: [PATCH] typo fix --- app/presenters/user_presenter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"