diff --git a/app/views/packages/index.html.erb b/app/views/packages/index.html.erb index 9ddd5c3..d9247c2 100644 --- a/app/views/packages/index.html.erb +++ b/app/views/packages/index.html.erb @@ -3,7 +3,7 @@

Search for a package/description:

<%= form_tag(url_for, method: "get") do %> - <%= text_field_tag :search, '', autofocus: true, placeholder: 'What are you looking for...' %> + <%= text_field_tag :search, params[:search], autofocus: true, placeholder: 'What are you looking for...' %> | With screenshots? <%= check_box_tag 'with_screenshots', 'yes', true %> |