diff options
author | 2016-02-02 23:44:31 +0100 | |
---|---|---|
committer | 2016-02-02 23:44:31 +0100 | |
commit | a8fc1c1b6f8201c9165a92147d1e751d0c4436e6 (patch) | |
tree | e5cb295f793064fffab171e6247351d25a96efcb /python/templates/pages/new/index.html | |
parent | fix a typo for package link (diff) | |
download | tinderbox-cluster-www-a8fc1c1b6f8201c9165a92147d1e751d0c4436e6.tar.gz tinderbox-cluster-www-a8fc1c1b6f8201c9165a92147d1e751d0c4436e6.tar.bz2 tinderbox-cluster-www-a8fc1c1b6f8201c9165a92147d1e751d0c4436e6.zip |
add buildinfo to packages
Diffstat (limited to 'python/templates/pages/new/index.html')
-rw-r--r-- | python/templates/pages/new/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/templates/pages/new/index.html b/python/templates/pages/new/index.html index 608b40e..085f180 100644 --- a/python/templates/pages/new/index.html +++ b/python/templates/pages/new/index.html @@ -17,8 +17,8 @@ {% 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/repomanqa/">New Repoman or QA's</a></small></h2> - {% include "includes/frontpage/new_repoman_qa" %} + <h2>New Repoman's <small>on the <a href="/new/repoman/">New Repoman's</a></small></h2> + {% include "includes/frontpage/new_repoman" %} </div> </div> |