<%= form_for :term, url: search_path, method: :get do |form| %>

<%= text_field_tag :term, params[:term] %> <%= submit_tag "Search", name: nil %>

<% end %>

Search Results

<% if @pastes %> <% else %>

Your search did not match any documents.

<% end %>