diff --git a/app/views/packages/index.html.erb b/app/views/packages/index.html.erb index dce233a..18130de 100644 --- a/app/views/packages/index.html.erb +++ b/app/views/packages/index.html.erb @@ -1,24 +1,31 @@ -

Search for a package/description:

- -<%= form_tag(url_for, method: "get", class: "form-search") do %> -
- <%= text_field_tag :search, params[:search], autofocus: true, placeholder: 'What are you looking for...', class: "search-query" %> - -
- - - - -<% end %> +
+

Search for a package/description:

-

Search results

+ <%= form_tag(url_for, method: "get", class: "form-search") do %> +
+ <%= text_field_tag :search, params[:search], autofocus: true, placeholder: 'What are you looking for...', class: "search-query" %> + +
- - <%= render "packages_search_results", object: @packages %> - + + + + <% end %> + +
+
+ + + + +
+
+ <%= render "packages_search_results", object: @packages %>