diff --git a/app/views/layouts/_topbar.slim b/app/views/layouts/_topbar.slim index 1d67f4f..2ad4ac7 100644 --- a/app/views/layouts/_topbar.slim +++ b/app/views/layouts/_topbar.slim @@ -21,16 +21,16 @@ header a href="/" Home li class=('active' if controller_name=='packages') a href="/packages" Explore - li class=('active' if controller_name=='upload') - a href="/upload" Contribute - li.has-dropdown - a href="#" Distributions - ul.dropdown - // TODO: Use proper distribution list - li - a href="#" Debian - li - a href="#" Ubuntu + //li class=('active' if controller_name=='upload') + //a href="/upload" Contribute + //li.has-dropdown + //a href="#" Distributions + //ul.dropdown + //// TODO: Use proper distribution list + //li + //a href="#" Debian + //li + //a href="#" Ubuntu li class=('active' if controller_name=='about') a href="/about" About li.divider