Skip to content

Instantly share code, notes, and snippets.

@cedricdekimpe
Created October 24, 2013 09:08
Show Gist options
  • Save cedricdekimpe/7133784 to your computer and use it in GitHub Desktop.
Save cedricdekimpe/7133784 to your computer and use it in GitHub Desktop.
LocomotiveCMS search : search form
#topSearch.right
%form#searchform{:action => "/#{locale}/search", :method => "get", :role => "search"}
%label.assistive-text{:for => "search"}= I18n.t("common.header.search_label")
%input#search{:name => "search", :placeholder => I18n.t("common.header.search_placeholder"), :type => "search", :value => ""}/
%input#searchSubmit{:type => "submit", :value => "Search"}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment