fixed codeclimate errors

This commit is contained in:
dinsmol 2021-09-09 13:06:51 +03:00
parent f4e0084895
commit e7e3278267
44 changed files with 118 additions and 150 deletions

View file

@ -6,7 +6,7 @@ module ApplicationHelper
def env_style
return '' if unstable_env.nil?
"background-image: url(#{image_path("#{unstable_env.to_s}.png")});"
"background-image: url(#{image_path("#{unstable_env}.png")});"
end
def ident_for(contact)