adds placeholder text to quick search
This commit is contained in:
@@ -15,7 +15,7 @@ header#top {
|
||||
display: inline-block;
|
||||
|
||||
input {
|
||||
width: 8em;
|
||||
width: 8.5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%= form_tag(artists_path, :method => :get) do %>
|
||||
<%= text_field "search", "name" %>
|
||||
<%= text_field "search", "name", :placeholder => "Search artists" %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%= form_tag(pools_path, :method => :get) do %>
|
||||
<%= text_field "search", "name_matches" %>
|
||||
<%= text_field "search", "name_matches", :placeholder => "Search pools" %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%= form_tag(tags_path, :method => :get) do %>
|
||||
<%= text_field "search", "name_matches" %>
|
||||
<%= text_field "search", "name_matches", :placeholder => "Search tags" %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%= form_tag(wiki_pages_path, :method => :get) do %>
|
||||
<%= text_field "search", "title" %>
|
||||
<%= text_field "search", "title", :placeholder => "Search wiki pages" %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user