summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2016-01-31 16:05:21 +0100
committerMagnus Granberg <zorry@gentoo.org>2016-01-31 16:05:21 +0100
commitc1fd22d07af4dc9022ef7e68489d8aa8e38c9e60 (patch)
tree03bbc2acf74deb1c1aaed42108d954ac0d21d3ed /python
parentremove mtime in the package model (diff)
downloadtinderbox-cluster-www-c1fd22d07af4dc9022ef7e68489d8aa8e38c9e60.tar.gz
tinderbox-cluster-www-c1fd22d07af4dc9022ef7e68489d8aa8e38c9e60.tar.bz2
tinderbox-cluster-www-c1fd22d07af4dc9022ef7e68489d8aa8e38c9e60.zip
update changelogs
Diffstat (limited to 'python')
-rw-r--r--python/templates/layout/base.html2
-rw-r--r--python/templates/pages/home/index.html4
-rw-r--r--python/templates/pages/packages/category/index.html2
-rw-r--r--python/templates/pages/packages/ebuilds/index.html2
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>