Commit aa1425d7d9f9b01c1b75aee0b619d2238b97a8bb
1 parent
0da6db31
Exists in
master
and in
29 other branches
Removing unnecessary | from comments
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
@@ -1284,7 +1284,7 @@ module ApplicationHelper | @@ -1284,7 +1284,7 @@ module ApplicationHelper | ||
1284 | (user.already_reported?(profile) ? | 1284 | (user.already_reported?(profile) ? |
1285 | content_tag('a', text, :class => klass + ' disabled comment-footer comment-footer-link', :title => already_reported_message) : | 1285 | content_tag('a', text, :class => klass + ' disabled comment-footer comment-footer-link', :title => already_reported_message) : |
1286 | link_to(text, url, :class => klass + ' comment-footer comment-footer-link', :title => report_profile_message) | 1286 | link_to(text, url, :class => klass + ' comment-footer comment-footer-link', :title => report_profile_message) |
1287 | - ) + content_tag('span', ' | ', :class => 'comment-footer comment-footer-hide') | 1287 | + ) + content_tag('span', ' ', :class => 'comment-footer comment-footer-hide') |
1288 | end | 1288 | end |
1289 | end | 1289 | end |
1290 | 1290 |