Skip to content

Instantly share code, notes, and snippets.

@jgrant29
Created November 3, 2015 21:16
Show Gist options
  • Save jgrant29/9e5973c6eae808e22b89 to your computer and use it in GitHub Desktop.
Save jgrant29/9e5973c6eae808e22b89 to your computer and use it in GitHub Desktop.
</br>
<%= form_tag(searches_path, :method => 'get') do %>
<div class="row">
<div class="col-lg-12 pull-right">
<div class="input-group">
<%= text_field_tag :search, params[:search], class: 'form-control', placeholder: "Search for..." %>
<span class="input-group-btn">
<%= submit_tag "Go!", class: "btn btn-success" %>
</span>
</div>
</div>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment