commit: c1fd22d07af4dc9022ef7e68489d8aa8e38c9e60
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 15:05:21 2016 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 15:05:21 2016 +0000
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=c1fd22d0
update changelogs
python/templates/layout/base.html | 2 +-
python/templates/pages/home/index.html | 4 ++--
python/templates/pages/packages/category/index.html | 2 +-
python/templates/pages/packages/ebuilds/index.html | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/python/templates/layout/base.html
b/python/templates/layout/base.html
index 1c1f2cf..eaa86f3 100644
--- a/python/templates/layout/base.html
+++ b/python/templates/layout/base.html
@@ -6,7 +6,7 @@
<div class="container">
<div class="row">
- <div id="content" class="col-md-12">
+ <div id="content" class="col-md-14">
{% block content %}{% endblock %}
</div>
</div>
diff --git a/python/templates/pages/home/index.html
b/python/templates/pages/home/index.html
index 08b4b1d..c355c11 100644
--- a/python/templates/pages/home/index.html
+++ b/python/templates/pages/home/index.html
@@ -3,11 +3,11 @@
<hr>
<div class="row">
<div class="col-xs-12 col-md-6">
- <h2>New Packages <small>more at the <a href="/new_packages/">New
Packages</a></small></h2>
+ <h2>New or updated packages<small>more at the<a href="/new_packages/">New
packages</a></small></h2>
{% include "includes/frontpage/new_packages" %}
</div>
<div class="col-xs-12 col-md-6">
- <h2>New Logs <small>more at the <a href="/new/logs/">New
Logs</a></small></h2>
+ <h2>New Logs <small>more at the <a href="/new/logs/">New
logs</a></small></h2>
{% include "includes/frontpage/new_logs" %}
</div>
</div>
diff --git a/python/templates/pages/packages/category/index.html
b/python/templates/pages/packages/category/index.html
index 8cc402d..f986599 100644
--- a/python/templates/pages/packages/category/index.html
+++ b/python/templates/pages/packages/category/index.html
@@ -8,7 +8,7 @@
<tr>
<td class="frontpage-table-package-atom">
<a href="/package/{{ PM.PackageId }}/" title="{{ C.Category }}/{{
PM.Package }}">{{ C.Category }}/{{ PM.Package }}</a>
- <p title="{{ PM.Changlog }}">Changlog</p>
+ <p title="{{ PM.Gitlog }}">Changlog</p>
</td>
<td>
<p title="{{ PM.Descriptions }}">{{ PM.Descriptions }}</p>
diff --git a/python/templates/pages/packages/ebuilds/index.html
b/python/templates/pages/packages/ebuilds/index.html
index 10cca76..b941c62 100644
--- a/python/templates/pages/packages/ebuilds/index.html
+++ b/python/templates/pages/packages/ebuilds/index.html
@@ -4,7 +4,7 @@
<div class="col-xs-12 col-md-9">
<h2>{{ P.PackageId.CategoryId.Category }}/{{ P.PackageId.Package }}</h2>
<p>Changlog</p>
- <p>{{ P.Changlog|linebreaksbr }}</p>
+ <p>{{ P.Gitlog|linebreaksbr }}</p>
<table class="table table-striped frontpage-table">
{% for E in EM_tmp %}
<tr>