diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-14 12:37:28 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-14 12:37:28 +0200 |
commit | f4f36f78ddb3d720ad7ae89ecea300c9f48775c7 (patch) | |
tree | bfd6e900aaf154971da34b6918bfe5f304ba375e /app/views/groups | |
parent | cc1dd624aab2f5f85ec121506884965f5353411d (diff) | |
download | gitlab-ce-f4f36f78ddb3d720ad7ae89ecea300c9f48775c7.tar.gz |
Remove separate search page from group
Diffstat (limited to 'app/views/groups')
-rw-r--r-- | app/views/groups/search.html.haml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/groups/search.html.haml b/app/views/groups/search.html.haml deleted file mode 100644 index f56bbadeac0..00000000000 --- a/app/views/groups/search.html.haml +++ /dev/null @@ -1,9 +0,0 @@ -= form_tag search_group_path(@group), method: :get, class: 'form-inline' do |f| - .padded - = label_tag :search do - %strong Looking for - .input - = search_field_tag :search, params[:search], placeholder: "issue 143", class: "input-xxlarge search-text-input", id: "dashboard_search" - = submit_tag 'Search', class: "btn btn-primary wide" -- if params[:search].present? - = render 'search/result' |