#2242: Include the favicon explicitly in the template
------------------------+---------------------
Reporter: Unode | Owner:
Type: enhancement | Status: closed
Priority: minor | Milestone: 0.8.7
Version: 0.8.5 | Resolution: fixed
Keywords: |
------------------------+---------------------
Changes (by dustin):
* status: new => closed
* resolution: => fixed
Comment:
Unode pastebinned it to me:
{{{
!patch
From 0bdc5f305753dc755743bc40e6bd3d0aabddef19 Mon Sep 17 00:00:00 2001
From: Renato Alves <[email protected]>
Date: Tue, 13 Mar 2012 17:50:49 +0000
Subject: [PATCH] Add favicon explicitly on the template, relative to the
project root
---
master/buildbot/status/web/templates/layout.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/master/buildbot/status/web/templates/layout.html
b/master/buildbot/status/web/templates/layout.html
index b70a36e..3c25a93 100644
--- a/master/buildbot/status/web/templates/layout.html
+++ b/master/buildbot/status/web/templates/layout.html
@@ -15,6 +15,7 @@
<title>{{ pageTitle|e }}</title>
<link rel="stylesheet" href="{{ stylesheet }}" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{
path_to_root }}rss">
+ <link rel="shortcut icon" href="{{ path_to_root }}favicon.ico">
{% endblock %}
</head>
<body class="interface">
--
1.7.5.4
}}}
and it's applied.
--
Ticket URL: <http://trac.buildbot.net/ticket/2242#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits