From 9bd1983e167c7a040565d8e03a20364455bddd59 Mon Sep 17 00:00:00 2001 From: Andrew8xx8 <avk@8xx8.ru> Date: Mon, 25 Mar 2013 02:02:08 +0400 Subject: [PATCH] Search link removed. Will be implemented later --- app/views/layouts/snippets.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/layouts/snippets.html.haml b/app/views/layouts/snippets.html.haml index 0675ad55845..73b502e9132 100644 --- a/app/views/layouts/snippets.html.haml +++ b/app/views/layouts/snippets.html.haml @@ -18,7 +18,5 @@ = nav_link(path: 'snippets#index') do = link_to snippets_path do Discover snippets - = nav_link(path: 'search#show') do - = link_to "Search", search_path .content= yield -- GitLab