diff options
Diffstat (limited to 'python/templates/pages/new/index.html')
-rw-r--r-- | python/templates/pages/new/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/python/templates/pages/new/index.html b/python/templates/pages/new/index.html new file mode 100644 index 0000000..5195584 --- /dev/null +++ b/python/templates/pages/new/index.html @@ -0,0 +1,25 @@ +{% extends "layout/base.html" %} +{% block content %} +<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> + {% 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> + {% include "includes/frontpage/new_logs" %} + </div> +</div> + +<div class="row"> + <div class="col-xs-12 col-md-6"> + <h2>New Build Requests <small>more at the <a href="/new_build_req">New Build Requests</a></small></h2> + {% include "includes/frontpage/new_build_req" %} + </div> + <div class="col-xs-12 col-md-6"> + <h2>New Repoman or QA's <small>on the <a href="/new_repoman_qa/">New Repoman or QA's</a></small></h2> + {% include "includes/frontpage/new_repoman_qa" %} + </div> +</div> + +{% endblock %}
\ No newline at end of file |