mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Remove unused obscured_counter helper method (#35627)
This commit is contained in:
parent
fba24cc4eb
commit
483da67204
2 changed files with 0 additions and 44 deletions
|
|
@ -39,16 +39,6 @@ module HomeHelper
|
|||
end
|
||||
end
|
||||
|
||||
def obscured_counter(count)
|
||||
if count <= 0
|
||||
'0'
|
||||
elsif count == 1
|
||||
'1'
|
||||
else
|
||||
'1+'
|
||||
end
|
||||
end
|
||||
|
||||
def field_verified_class(verified)
|
||||
if verified
|
||||
'verified'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue