3
app/views/pools/_quick_search.html.erb
Normal file
3
app/views/pools/_quick_search.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<%= form_tag(pools_path, :method => :get, :target => "_blank") do %>
|
||||
<%= text_field "search", "name_matches" %>
|
||||
<% end %>
|
||||
@@ -1,5 +1,6 @@
|
||||
<% content_for(:secondary_links) do %>
|
||||
<menu>
|
||||
<li><%= render "quick_search" %></li>
|
||||
<li><%= link_to "Listing", pools_path %></li>
|
||||
<li><%= link_to "Search", search_pools_path %></li>
|
||||
<li><%= link_to "New", new_pool_path %></li>
|
||||
|
||||
Reference in New Issue
Block a user