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