diff options
author | Andrew8xx8 <avk@8xx8.ru> | 2013-03-25 02:02:08 +0400 |
---|---|---|
committer | Andrew8xx8 <avk@8xx8.ru> | 2013-03-25 02:02:08 +0400 |
commit | 9bd1983e167c7a040565d8e03a20364455bddd59 (patch) | |
tree | 59ed630610a06492ffaa8ff7c7c3654533c4dbdf /app/views/layouts/snippets.html.haml | |
parent | 9710e42d798556ecaf0ffeaf4806a117c1b3530c (diff) | |
download | gitlab-ce-9bd1983e167c7a040565d8e03a20364455bddd59.tar.gz |
Search link removed. Will be implemented later
Diffstat (limited to 'app/views/layouts/snippets.html.haml')
-rw-r--r-- | app/views/layouts/snippets.html.haml | 2 |
1 files changed, 0 insertions, 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 |