summaryrefslogtreecommitdiff
path: root/app/views/search/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search/_form.html.haml')
-rw-r--r--app/views/search/_form.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/search/_form.html.haml b/app/views/search/_form.html.haml
index 4c4f3e0298b..464db94b7f4 100644
--- a/app/views/search/_form.html.haml
+++ b/app/views/search/_form.html.haml
@@ -1,6 +1,7 @@
= form_tag search_path, method: :get, class: 'search-page-form js-search-form' do |f|
= hidden_field_tag :snippets, params[:snippets]
= hidden_field_tag :scope, params[:scope]
+ = hidden_field_tag :repository_ref, params[:repository_ref]
.d-lg-flex.align-items-end
.search-field-holder.form-group.mr-lg-1.mb-lg-0