summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2013-04-30 03:56:55 -0700
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2013-04-30 03:56:55 -0700
commitaadfbf1027faeb724e81eecb1a9495b908864b1a (patch)
tree499fc87d5fb7b63708313bd1bdbb82a4a3ad5e40 /templates
parent4bb30e431b08dcaa0af687b667582f09e7fce5e4 (diff)
parentcaaf6a8bd78cb980f282e88452b6901de3a99b2f (diff)
Merge pull request #107 from neopoly/protocol-agnostic
Use protocol agnostic google font url.
Diffstat (limited to 'templates')
-rw-r--r--templates/project/dashboards/layout.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/dashboards/layout.erb b/templates/project/dashboards/layout.erb
index 23d3c9a..eae9785 100644
--- a/templates/project/dashboards/layout.erb
+++ b/templates/project/dashboards/layout.erb
@@ -12,7 +12,7 @@
<script type="text/javascript" src="/assets/application.js"></script>
<link rel="stylesheet" href="/assets/application.css">
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
+ <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<link rel="icon" href="/assets/favicon.ico">
</head>