From af1734ed34dcd8a305e48f1b810abb2229f58ee8 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 9 Feb 2015 16:11:42 +0100 Subject: [PATCH] Link to "Explore" in top bar shown correctly in packages controller --- app/views/layouts/_topbar.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_topbar.slim b/app/views/layouts/_topbar.slim index fc1de9e..1d67f4f 100644 --- a/app/views/layouts/_topbar.slim +++ b/app/views/layouts/_topbar.slim @@ -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