diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index d3de20d..8df7881 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -6,7 +6,6 @@
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
- %link{:href => "/assets/favicon.png", :rel => "icon", :type => "image/png"}/
= javascript_tag do
REQ_URI = "#{request.env["REQUEST_URI"]}";
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 8cc6325..eedbf11 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -10,7 +10,6 @@
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
- %link{:href => "/assets/favicon.png", :rel => "icon", :type => "image/png"}/
= javascript_tag do
REQ_URI = "#{request.env["REQUEST_URI"]}";
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 968fe58..3296466 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -6,7 +6,6 @@
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
- %link{:href => "/assets/favicon.png", :rel => "icon", :type => "image/png"}/
= javascript_tag do
REQ_URI = "#{request.env["REQUEST_URI"]}";
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml
index 007e03c..a33d9d5 100644
--- a/app/views/layouts/profile.html.haml
+++ b/app/views/layouts/profile.html.haml
@@ -6,7 +6,6 @@
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
- %link{:href => "/assets/favicon.png", :rel => "icon", :type => "image/png"}/
= javascript_tag do
REQ_URI = "#{request.env["REQUEST_URI"]}";
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml
index b4b5163..f8d8221 100644
--- a/app/views/layouts/project.html.haml
+++ b/app/views/layouts/project.html.haml
@@ -6,7 +6,6 @@
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
- %link{:href => "/assets/favicon.png", :rel => "icon", :type => "image/png"}/
= javascript_tag do
REQ_URI = "#{request.env["REQUEST_URI"]}";
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
--
libgit2 0.21.2