OSDN Git Service

favicon updated
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Wed, 28 Dec 2011 07:18:50 +0000 (09:18 +0200)
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Wed, 28 Dec 2011 07:18:50 +0000 (09:18 +0200)
app/assets/images/favicon.png [deleted file]
app/views/layouts/admin.html.haml
app/views/layouts/devise.html.haml
app/views/layouts/profile.html.haml
app/views/layouts/project.html.haml
public/favicon.ico

diff --git a/app/assets/images/favicon.png b/app/assets/images/favicon.png
deleted file mode 100644 (file)
index 310003b..0000000
Binary files a/app/assets/images/favicon.png and /dev/null differ
index f013f12..cb0d6b9 100644 (file)
@@ -3,6 +3,7 @@
   %head
     %title
       GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
+    = favicon_link_tag 'favicon.ico'
     = stylesheet_link_tag    "application"
     = javascript_include_tag "application"
     = csrf_meta_tags
index 3296466..882195a 100644 (file)
@@ -3,6 +3,7 @@
   %head
     %title
       GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
+    = favicon_link_tag 'favicon.ico'
     = stylesheet_link_tag    "application"
     = javascript_include_tag "application"
     = csrf_meta_tags
index 5c4f59d..6eeecb2 100644 (file)
@@ -3,6 +3,7 @@
   %head
     %title
       GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
+    = favicon_link_tag 'favicon.ico'
     = stylesheet_link_tag    "application"
     = javascript_include_tag "application"
     = csrf_meta_tags
index 3dbb69c..5de97b5 100644 (file)
@@ -3,6 +3,7 @@
   %head
     %title
       GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
+    = favicon_link_tag 'favicon.ico'
     = stylesheet_link_tag    "application"
     = javascript_include_tag "application"
     - if current_page?(tree_project_ref_path(@project, @project.root_ref)) || current_page?(project_commits_path(@project))
index e69de29..057f74a 100644 (file)
Binary files a/public/favicon.ico and b/public/favicon.ico differ