rosa-build/app/views/projects/wiki/_searchbar.html.haml

8 lines
360 B
Plaintext
Raw Normal View History

2012-01-17 00:05:07 +00:00
#gollum-searchbar
2014-01-21 04:51:49 +00:00
= form_tag search_project_wiki_index_path(@project), method: :get, id: "gollum-search-form" do
2012-01-17 00:05:07 +00:00
#gollum-searchbar-fauxtext
2014-01-21 04:51:49 +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