Skip to content

Instantly share code, notes, and snippets.

@jgonzalezd
Created February 12, 2017 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgonzalezd/5bb0dda6becb4ecdcc61c7bc8b8bbc8b to your computer and use it in GitHub Desktop.
Save jgonzalezd/5bb0dda6becb4ecdcc61c7bc8b8bbc8b to your computer and use it in GitHub Desktop.
<%= content_for :script do %>
<%= javascript_include_tag 'pages/home/search_form' %>
<%= javascript_include_tag 'jquery-ui/autocomplete' %>
<% end %>
<%= content_for :css do%>
<%= stylesheet_link_tag 'pages/home/search_form' %>
<% end %>
<div class="row">
<div class="simple-seach-form col-lg-offset-3 col-lg-6">
<div class="panel panel-body" id="search-box">
<!-- Render content here -->
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment