Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #125 from vinhboy/master
Browse files Browse the repository at this point in the history
Use the HTTPS link for the jquery-ui.css so there won't be any problems running CCRB over SSL
  • Loading branch information
seanmarcia committed Nov 14, 2013
2 parents 63c2540 + 5cb924e commit f41870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -4,7 +4,7 @@
<head>
<title>CruiseControl.rb<%= @title ? " - " + @title : '' %></title>
<%= tag :link, :rel => "stylesheet/less", :type => "text/css", :href => path_to_stylesheet('cruisecontrol.less') %>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/cupertino/jquery-ui.css" />
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/cupertino/jquery-ui.css" />
<%= stylesheet_link_tag 'site', :media => 'all' if Rails.root.join("public", "stylesheets", "site.css").exist? %>
<% if @autorefresh %>
Expand Down

0 comments on commit f41870a

Please sign in to comment.