From 315ec29af2859c1eccecdbd269a1febe9010b435 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 29 Jul 2011 19:30:12 -0700 Subject: [PATCH] typo in my link --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 3a33d7c71..22da5e91a 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -52,7 +52,7 @@ module ApplicationHelper opts[:class] ||= "" opts[:class] << " self" if defined?(user_signed_in?) && user_signed_in? && current_user.person == person if person.local? - " + " #{h(person.name)} ".html_safe else