summaryrefslogtreecommitdiffstats
path: root/templates/public
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-10-30 21:32:25 +0100
committerIsmael Carnales <icarnales@gmail.com>2009-11-10 01:24:41 +0100
commitb4999b495e828ff68a5c93f65a39efad5b37dcea (patch)
tree8b9455454362b8d66e11f7983b2b9d8b4318f411 /templates/public
parent7cd5c1f5a6dacd1aeab1a9a30e9af79e7e294482 (diff)
downloadarchweb-b4999b495e828ff68a5c93f65a39efad5b37dcea.tar.gz
archweb-b4999b495e828ff68a5c93f65a39efad5b37dcea.tar.xz
changed landing view
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images
Diffstat (limited to 'templates/public')
-rw-r--r--templates/public/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index e092e28..4e5612d 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -69,6 +69,18 @@
</table>
</div>
<br />
+ {% if user.is_authenticated %}
+ <h3>Dev Links:</h3>
+ <ul class="links">
+ <li><a href="/devel/">Dev Dashboard</a></li>
+ <li><a href="/news/">News</a></li>
+ <li><a href="/packages/signoffs/">Signoffs</a></li>
+ <li><a href="/todo/">Todos</a></li>
+ <li><a href="http://www.archlinux.org/mailman/private/arch-dev/">Archives</a></li>
+ <li><a href="http://wiki.archlinux.org/index.php/DeveloperWiki:HOWTO_Be_A_Packager">Package Maintainer's Guide</a></li>
+ <li><a href="/devel/profile/">Profile</a></li>
+ </ul>
+ {% endif %}
<h3>Documentation:</h3>
<ul class="links">
<li><a href="http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide">Installation Guide</a></li>