From b563219d228bea75cf82fdacf367ec458f066e9b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 23 Feb 2015 22:33:48 +0100 Subject: [PATCH] Unused tabs in topbar commented out --- app/views/layouts/_topbar.slim | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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