mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
fixed codeclimate errors
This commit is contained in:
parent
f4e0084895
commit
e7e3278267
44 changed files with 118 additions and 150 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue