[Buildbot-commits] [Buildbot] #2242: Include the favicon explicitly in the template

Buildbot nobody at buildbot.net
Tue Mar 13 18:21:13 UTC 2012


#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 <rjalves at igc.gulbenkian.pt>
 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


More information about the Commits mailing list