Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tinderbox-cluster-www:master commit in: python/templates/pages/packages/category/, python/templates/pages/home/, ...
Date: Sun, 31 Jan 2016 15:04:25
Message-Id: 1454252721.c1fd22d07af4dc9022ef7e68489d8aa8e38c9e60.zorry@gentoo
1 commit: c1fd22d07af4dc9022ef7e68489d8aa8e38c9e60
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 15:05:21 2016 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 15:05:21 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=c1fd22d0
7
8 update changelogs
9
10 python/templates/layout/base.html | 2 +-
11 python/templates/pages/home/index.html | 4 ++--
12 python/templates/pages/packages/category/index.html | 2 +-
13 python/templates/pages/packages/ebuilds/index.html | 2 +-
14 4 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/python/templates/layout/base.html b/python/templates/layout/base.html
17 index 1c1f2cf..eaa86f3 100644
18 --- a/python/templates/layout/base.html
19 +++ b/python/templates/layout/base.html
20 @@ -6,7 +6,7 @@
21
22 <div class="container">
23 <div class="row">
24 - <div id="content" class="col-md-12">
25 + <div id="content" class="col-md-14">
26 {% block content %}{% endblock %}
27 </div>
28 </div>
29
30 diff --git a/python/templates/pages/home/index.html b/python/templates/pages/home/index.html
31 index 08b4b1d..c355c11 100644
32 --- a/python/templates/pages/home/index.html
33 +++ b/python/templates/pages/home/index.html
34 @@ -3,11 +3,11 @@
35 <hr>
36 <div class="row">
37 <div class="col-xs-12 col-md-6">
38 - <h2>New Packages <small>more at the <a href="/new_packages/">New Packages</a></small></h2>
39 + <h2>New or updated packages<small>more at the<a href="/new_packages/">New packages</a></small></h2>
40 {% include "includes/frontpage/new_packages" %}
41 </div>
42 <div class="col-xs-12 col-md-6">
43 - <h2>New Logs <small>more at the <a href="/new/logs/">New Logs</a></small></h2>
44 + <h2>New Logs <small>more at the <a href="/new/logs/">New logs</a></small></h2>
45 {% include "includes/frontpage/new_logs" %}
46 </div>
47 </div>
48
49 diff --git a/python/templates/pages/packages/category/index.html b/python/templates/pages/packages/category/index.html
50 index 8cc402d..f986599 100644
51 --- a/python/templates/pages/packages/category/index.html
52 +++ b/python/templates/pages/packages/category/index.html
53 @@ -8,7 +8,7 @@
54 <tr>
55 <td class="frontpage-table-package-atom">
56 <a href="/package/{{ PM.PackageId }}/" title="{{ C.Category }}/{{ PM.Package }}">{{ C.Category }}/{{ PM.Package }}</a>
57 - <p title="{{ PM.Changlog }}">Changlog</p>
58 + <p title="{{ PM.Gitlog }}">Changlog</p>
59 </td>
60 <td>
61 <p title="{{ PM.Descriptions }}">{{ PM.Descriptions }}</p>
62
63 diff --git a/python/templates/pages/packages/ebuilds/index.html b/python/templates/pages/packages/ebuilds/index.html
64 index 10cca76..b941c62 100644
65 --- a/python/templates/pages/packages/ebuilds/index.html
66 +++ b/python/templates/pages/packages/ebuilds/index.html
67 @@ -4,7 +4,7 @@
68 <div class="col-xs-12 col-md-9">
69 <h2>{{ P.PackageId.CategoryId.Category }}/{{ P.PackageId.Package }}</h2>
70 <p>Changlog</p>
71 - <p>{{ P.Changlog|linebreaksbr }}</p>
72 + <p>{{ P.Gitlog|linebreaksbr }}</p>
73 <table class="table table-striped frontpage-table">
74 {% for E in EM_tmp %}
75 <tr>