summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/includes/frontpage/new_build_req')
-rw-r--r--python/templates/includes/frontpage/new_build_req8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/templates/includes/frontpage/new_build_req b/python/templates/includes/frontpage/new_build_req
new file mode 100644
index 0000000..23b6f2d
--- /dev/null
+++ b/python/templates/includes/frontpage/new_build_req
@@ -0,0 +1,8 @@
+<table class="table table-striped frontpage-table">
+ {% for J in BJ %}
+ <tr>
+ <td class="frontpage-table-package-atom"><a href="/new_build_req/{{ J.EbuildId.EbuildId }}" title="{{ J.EbuildId.PackageId.CategoryId.Category }}/{{ J.EbuildId.PackageId.Package }}-{{ J.EbuildId.Version }}::{{ J.EbuildId.PackageId.RepoId.Repo }}">{{ J.EbuildId.PackageId.CategoryId.Category }}/{{ J.EbuildId.PackageId.Package }}-{{ J.EbuildId.Version }}::{{ J.EbuildId.PackageId.RepoId.Repo }}</a></td>
+ <td></td>
+ </tr>
+ {% endfor %}
+</table> \ No newline at end of file