Remove registrant portal legacy code

This commit is contained in:
Thiago Youssef 2022-04-18 13:30:05 +03:00
parent 47a93b200a
commit 8b256b0b74
6 changed files with 0 additions and 180 deletions

View file

@ -1,6 +0,0 @@
module Registrant::ApplicationHelper
def env_style
return '' if unstable_env.nil?
"background-image: url(#{image_path("registrar/bg-#{unstable_env}.png")});"
end
end