From aa1425d7d9f9b01c1b75aee0b619d2238b97a8bb Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Thu, 20 Dec 2012 12:23:32 -0200 Subject: [PATCH] Removing unnecessary | from comments --- 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 8cfd288..af363d9 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1284,7 +1284,7 @@ module ApplicationHelper (user.already_reported?(profile) ? content_tag('a', text, :class => klass + ' disabled comment-footer comment-footer-link', :title => already_reported_message) : link_to(text, url, :class => klass + ' comment-footer comment-footer-link', :title => report_profile_message) - ) + content_tag('span', ' | ', :class => 'comment-footer comment-footer-hide') + ) + content_tag('span', ' ', :class => 'comment-footer comment-footer-hide') end end -- libgit2 0.21.2