summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/pages/build_req/index.html')
-rw-r--r--python/templates/pages/build_req/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/templates/pages/build_req/index.html b/python/templates/pages/build_req/index.html
new file mode 100644
index 0000000..979921c
--- /dev/null
+++ b/python/templates/pages/build_req/index.html
@@ -0,0 +1,16 @@
+{% extends "layout/base.html" %}
+{% block content %}
+<div class="panel panel-default">
+ <div class="panel-heading">
+ <h3 class="panel-title">
+ <span class="fa fa-fw fa-history"></span>
+ <a href="/packages/added">New Build Requst On Packages</a>
+ </h3>
+ </div>
+ <div class="table-responsive">
+ <table class="table table-striped">
+ {% include "includes/frontpage/new_build_req" %}
+ </table>
+ </div>
+</div>
+{% endblock %}