summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2015-07-23 15:55:46 +0200
committerMagnus Granberg <zorry@gentoo.org>2015-07-23 15:55:46 +0200
commit9a6e27cb6c11138eee1af77491d4ac3cd42b3afd (patch)
tree7e61beede0b55b854a7bd872e5c1a7ba381a5ea3 /python/templates/pages/packages/ebuilds/index.html
parentadd keywords to version view (diff)
downloadtinderbox-cluster-www-9a6e27cb6c11138eee1af77491d4ac3cd42b3afd.tar.gz
tinderbox-cluster-www-9a6e27cb6c11138eee1af77491d4ac3cd42b3afd.tar.bz2
tinderbox-cluster-www-9a6e27cb6c11138eee1af77491d4ac3cd42b3afd.zip
fix more rows for packages
Diffstat (limited to 'python/templates/pages/packages/ebuilds/index.html')
-rw-r--r--python/templates/pages/packages/ebuilds/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/templates/pages/packages/ebuilds/index.html b/python/templates/pages/packages/ebuilds/index.html
index 1e034d4..f8e1b4e 100644
--- a/python/templates/pages/packages/ebuilds/index.html
+++ b/python/templates/pages/packages/ebuilds/index.html
@@ -11,7 +11,6 @@
<td class="frontpage-table-package-atom">
<a href="/ebuild/{{ E.EbuildId.EbuildId }}/" title="{{ P.PackageId.CategoryId.Category }}/{{ P.PackageId.Package }}-{{ E.EbuildId.Version }}::{{ E.EbuildId.PackageId.RepoId.Repo }}">{{ P.PackageId.Package }}-{{ E.EbuildId.Version }}::{{ E.EbuildId.PackageId.RepoId.Repo }}</a></td>
<td>
- <td class="text-right">
{% for K in EK_tmp %}
{% if K.EbuildId.EbuildId == E.EbuildId.EbuildId and K.KeywordId.Keyword != '*' %}
{% if K.Status == 'Stable' %}<span class="label label-success">{{ K.KeywordId.Keyword }}</span>{% endif %}
@@ -19,7 +18,6 @@
{% if K.Status == 'Negative' %}{{ K.KeywordId.Keyword }}{% endif %}
{% endif %}
{% endfor %}
- </td>
</td>
</tr>
{% endfor %}