Project

General

Profile

« Previous | Next » 

Revision 7e46bb61

Added by Ohad Levy about 12 years ago

  • ID 7e46bb6192a843aeafd461007f7b525ab147c8f0

fixes #1129 Summary Puppet Report - require_ssl, thanks to

View differences:

app/views/host_mailer/_link_to_host.html.erb
<td style="border: 1px solid #FF9933;
border-collapse: collapse;
padding: 4px;
background-color: #FFFFFF;"><%= link_to host, host_path(:id => host, :host => @url, :only_path => false) %>
background-color: #FFFFFF;"><%= link_to host, host_path(:id => host, :host => @url, :only_path => false, :protocol => SETTINGS[:require_ssl] == true ? "https://" : "http://") %>
</td>

Also available in: Unified diff