[Misc] Fix rubocop offense

This commit is contained in:
Earlopain 2023-04-02 23:25:09 +02:00
parent e7b0cfbd76
commit 8ba5ea2699
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

@ -131,7 +131,7 @@ class UserPresenter
end
def flag_count(template)
template.link_to(user.flag_count, template.post_flags_path( search: { creator_id: user.id }))
template.link_to(user.flag_count, template.post_flags_path(search: { creator_id: user.id }))
end
def approval_count(template)