Skip to content

Commit

Permalink
Merge pull request #253 from camsong/kandan-245
Browse files Browse the repository at this point in the history
remove protocol of googleapis, Fixes #245
  • Loading branch information
fusion94 committed Apr 22, 2013
2 parents 336ab81 + 7e4cb4d commit d0d7170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>Kandan</title>
<%= stylesheet_link_tag "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" %>
<%= stylesheet_link_tag "http://fonts.googleapis.com/css?family=PT+Sans:400,700" %>
<%= stylesheet_link_tag "//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" %>
<%= stylesheet_link_tag "//fonts.googleapis.com/css?family=PT+Sans:400,700" %>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= favicon_link_tag %>
<%= javascript_include_tag "application" %>
Expand Down

0 comments on commit d0d7170

Please sign in to comment.