Commit 225a6d41d6ea9b155225104a407a5f80a1be6e68
1 parent
e6581456
Exists in
master
and in
29 other branches
Removing trailing whitespaces
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -1411,7 +1411,7 @@ module ApplicationHelper |
1411 | 1411 | options[:class] = "comment-footer comment-footer-link comment-footer-hide" |
1412 | 1412 | expirable_content_reference content, action, text, url, options |
1413 | 1413 | end |
1414 | - | |
1414 | + | |
1415 | 1415 | def private_profile_partial_parameters |
1416 | 1416 | if profile.person? |
1417 | 1417 | @action = :add_friend | ... | ... |