summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume PATRY <gpatry@gmail.com>2017-05-03 11:16:46 +0200
committerGitHub <noreply@github.com>2017-05-03 11:16:46 +0200
commit9de9d3c75ca81438b2dd812765a0997a61c0b49f (patch)
tree08156249a1492eb591f0c878f0c693a31b6e7a7e
parent08a11d0a8680124eaec0702d0a9869ed4e6bfef5 (diff)
Fix favicon url
Fix the right favicon url to match the correct defaut path : /public/favicon.ico and not /assets/favicon.ico
-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>