[jhbuild] [buildbot] remove RSS icon, ATOM is good for everybody
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] [buildbot] remove RSS icon, ATOM is good for everybody
- Date: Thu, 9 Dec 2010 23:21:23 +0000 (UTC)
commit 9c357f3a999b340ccbdf0f627b1f74c495b72256
Author: Frédéric Péters <fpeters 0d be>
Date: Fri Dec 10 00:21:04 2010 +0100
[buildbot] remove RSS icon, ATOM is good for everybody
jhbuild/buildbot/status/web/__init__.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/jhbuild/buildbot/status/web/__init__.py b/jhbuild/buildbot/status/web/__init__.py
index dcc1b0d..9a7d2a5 100644
--- a/jhbuild/buildbot/status/web/__init__.py
+++ b/jhbuild/buildbot/status/web/__init__.py
@@ -123,9 +123,7 @@ class ProjectsSummary(HtmlResource):
for module in parent.modules:
result += '<tr>'
result += '<td class="feed"><a href="%s/atom">' % module
- result += '<img src="/feed-atom.png" alt="Atom"></a></td>'
- result += '<td class="feed"><a href="%s/rss">' % module
- result += '<img src="/feed.png" alt="RSS"></a></td>\n'
+ result += '<img src="/feed.png" alt="Atom"></a></td>\n'
result += '<th><a href="%s">%s</a></td>' % (module, module)
for slave in parent.slaves:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]