forked from e621ng/e621ng
[Misc] Fix rubocop offense
This commit is contained in:
parent
e7b0cfbd76
commit
8ba5ea2699
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user