mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
fixed codeclimate errors (partically)
This commit is contained in:
parent
3f41ce4ab4
commit
f4e0084895
103 changed files with 339 additions and 367 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.to_s}.png")});"
|
||||
end
|
||||
|
||||
def ident_for(contact)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue