summaryrefslogtreecommitdiff
path: root/app/views/layouts/group.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-14 12:37:28 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-14 12:37:28 +0200
commitf4f36f78ddb3d720ad7ae89ecea300c9f48775c7 (patch)
treebfd6e900aaf154971da34b6918bfe5f304ba375e /app/views/layouts/group.html.haml
parentcc1dd624aab2f5f85ec121506884965f5353411d (diff)
downloadgitlab-ce-f4f36f78ddb3d720ad7ae89ecea300c9f48775c7.tar.gz
Remove separate search page from group
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r--app/views/layouts/group.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index 624d5ab5288..45528281ed0 100644
--- a/app/views/layouts/group.html.haml
+++ b/app/views/layouts/group.html.haml
@@ -17,8 +17,6 @@
= link_to merge_requests_group_path(@group) do
Merge Requests
%span.count= current_user.cared_merge_requests.opened.of_group(@group).count
- = nav_link(path: 'groups#search') do
- = link_to "Search", search_group_path(@group)
= nav_link(path: 'groups#people') do
= link_to "People", people_group_path(@group)