2012-01-17 00:05:07 +00:00
|
|
|
#gollum-searchbar
|
|
|
|
= form_tag search_project_wiki_index_path(@project), :method => :get, :id => "gollum-search-form" do
|
|
|
|
#gollum-searchbar-fauxtext
|
2012-02-24 21:37:22 +00:00
|
|
|
= text_field_tag :q, t("wiki.search_and_hellip"), :id => "search-query", :autocomplete => "on"
|
|
|
|
= link_to "#", :id => "search-submit", :title => t("wiki.search_popup") do
|
2012-03-06 13:08:19 +00:00
|
|
|
%span= t("wiki.search")
|
|
|
|
.both
|