From 5cb924e9e5305c84b1eb1b18ce62f479c13c91eb Mon Sep 17 00:00:00 2001 From: Vinh Pham Date: Wed, 13 Nov 2013 09:04:24 -0800 Subject: [PATCH] Use the HTTPS link for the jquery-ui.css so there won't be any problems running CCRB over SSL --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index f8630ee4..d7589a66 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -4,7 +4,7 @@ CruiseControl.rb<%= @title ? " - " + @title : '' %> <%= tag :link, :rel => "stylesheet/less", :type => "text/css", :href => path_to_stylesheet('cruisecontrol.less') %> - + <%= stylesheet_link_tag 'site', :media => 'all' if Rails.root.join("public", "stylesheets", "site.css").exist? %> <% if @autorefresh %>