diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-29 09:38:32 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-29 09:38:34 -0500 |
commit | 87983d141b6b2134b22e7973b598ad7a73de17ce (patch) | |
tree | 583b15a302745c28fad9bb8cc6291e1e5f3a5406 /templates/public/index.html | |
parent | abb3ae1502ea66d93d1d12487b195a6c6b8de35b (diff) |
releng: final touches before public showingrelease_2011-04-29
* Move URL prefix to /releng/feedback/
* Move link on main page to Development, not Community
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 5b79a1fe..add921d1 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -119,8 +119,6 @@ title="Arch communities in your native language">International Communities</a></li> <li><a href="https://wiki.archlinux.org/index.php/Related_Projects" title="Projects that are in some way related to Arch Linux">Related Projects</a></li> - <li><a href="{% url releng-test-overview %}" - title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li> </ul> <h4>Support</h4> @@ -163,6 +161,8 @@ title="Developer Wiki articles">DeveloperWiki</a></li> <li><a href="/todolists/" title="Developer Todo Lists">Todo Lists</a></li> + <li><a href="{% url releng-test-overview %}" + title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li> </ul> <h4>About</h4> |