3
app/views/artists/_quick_search.html.erb
Normal file
3
app/views/artists/_quick_search.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<%= form_tag(artists_path, :method => :get, :target => "_blank") do %>
|
||||
<%= text_field "search", "name" %>
|
||||
<% end %>
|
||||
@@ -1,5 +1,6 @@
|
||||
<% content_for(:secondary_links) do %>
|
||||
<menu>
|
||||
<li><%= render "quick_search" %></li>
|
||||
<li><%= link_to "Listing", artists_path %></li>
|
||||
<li><%= link_to "Banned", banned_artists_path %></li>
|
||||
<li><%= link_to "Search", search_artists_path %></li>
|
||||
|
||||
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>
|
||||
|
||||
3
app/views/tags/_quick_search.html.erb
Normal file
3
app/views/tags/_quick_search.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<%= form_tag(tags_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", tags_path %></li>
|
||||
<li><%= link_to "Search", search_tags_path %></li>
|
||||
<li><%= link_to "Help", wiki_pages_path(:search => {:title => "help:tags"}) %></li>
|
||||
|
||||
Reference in New Issue
Block a user