<p id="notice"><%= notice %></p> <h1>Search documents</h1> <%= form_tag documents_path, :method => 'get' do %> <p> <%= label_tag 'Search string' %> <%= text_field_tag :search, params[:search] %> <%= submit_tag 'Search' %> </p> <% end %>