summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno P. Kinoshita <kinow@users.noreply.github.com>2017-05-03 21:53:25 +1200
committerGitHub <noreply@github.com>2017-05-03 21:53:25 +1200
commit228e206c56cd89f16a93989ea2087402e35c35c6 (patch)
tree08156249a1492eb591f0c878f0c693a31b6e7a7e
parent08a11d0a8680124eaec0702d0a9869ed4e6bfef5 (diff)
parent9de9d3c75ca81438b2dd812765a0997a61c0b49f (diff)
Merge pull request #60 from gpatry/patch-1
Fix favicon url
-rw-r--r--templates/project/dashboards/layout.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/project/dashboards/layout.erb b/templates/project/dashboards/layout.erb
index eae9785..a578f0c 100644
--- a/templates/project/dashboards/layout.erb
+++ b/templates/project/dashboards/layout.erb
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="/assets/application.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">
+ <link rel="icon" href="/public/favicon.ico">
</head>
<body>
@@ -29,4 +29,4 @@
<a href="#saving-instructions" id="save-gridster">Save this layout</a>
<% end %>
</body>
-</html> \ No newline at end of file
+</html>