Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -1,5 +1,5 @@
|
|||
<%
|
||||
if has_variable?("http_proxy")
|
||||
if @http_proxy
|
||||
http_proxy_host, http_proxy_port = http_proxy.split(":")
|
||||
http_proxy_port = "80" if http_proxy_port.nil?
|
||||
-%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue