Link to "Explore" in top bar shown correctly in packages controller

This commit is contained in:
Christoph Haas 2015-02-09 16:11:42 +01:00
parent 9ce7de03b1
commit af1734ed34

View file

@ -19,7 +19,7 @@ header
ul.right
li class=('active' if controller_name=='welcome')
a href="/" Home
li class=('active' if controller_name=='package')
li class=('active' if controller_name=='packages')
a href="/packages" Explore
li class=('active' if controller_name=='upload')
a href="/upload" Contribute