From 96546740beb424f55e85b807094c029875d9bb11 Mon Sep 17 00:00:00 2001 From: Vladimir Sharshov Date: Mon, 31 Oct 2011 14:20:35 +0400 Subject: [PATCH] Block problem with layout --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 18f8cba5b..5efb94a4d 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -45,7 +45,7 @@ %a{:href => roles_path}= t("layout.menu.roles") -if current_user.can_perform?('personal_repositories', 'show') %li{:class => controller.controller_path == 'personal_repositories' ? 'active' : '' } - %a{:href => personal_repository_path( current_user.personal_repository.id )}= t("layout.menu.personal_repository") + -#%a{:href => personal_repository_path( current_user.personal_repository.id )}= t("layout.menu.personal_repository") -#if current_user.can_perform?('auto_build_lists', 'index') %li{:class => controller.controller_path == 'auto_build_lists' ? 'active' : '' } %a{:href => auto_build_lists_path}= t("layout.menu.auto_build_lists")