summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2018-11-01 15:20:22 +0100
committerGabriel Mazetto <brodock@gmail.com>2018-11-01 15:24:35 +0100
commitbf211c7242b4bde187bef818483b02ebd9b8a7aa (patch)
tree8c204d7238bf03cfffbdefd66752146063db57a4
parent359474a29ee925faf51322707f9c11272542cfd7 (diff)
downloadgitlab-ce-ee-8121-geo-search-bar.tar.gz
Add `sync_status` to the project search partialee-8121-geo-search-bar
Sync Status is used in Gitlab EE for Geo
-rw-r--r--app/views/shared/projects/_search_form.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/shared/projects/_search_form.html.haml b/app/views/shared/projects/_search_form.html.haml
index b89194bcc67..f2d87b77e5f 100644
--- a/app/views/shared/projects/_search_form.html.haml
+++ b/app/views/shared/projects/_search_form.html.haml
@@ -21,3 +21,6 @@
- if params[:visibility_level].present?
= hidden_field_tag :visibility_level, params[:visibility_level]
+
+ - if params[:sync_status].present?
+ = hidden_field_tag :sync_status, params[:sync_status]