Remove unused obscured_counter helper method (#35627)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user