Sha256: f75addcaec9cdbe33201877c7501ca6ea3aefedd868e23d8d51d050b4b8e2c70

Contents?: true

Size: 529 Bytes

Versions: 26

Compression:

Stored size: 529 Bytes

Contents

<% search_result_page ||= find_search_result_page %>
<% if search_result_page %>
  <%= form_tag show_alchemy_page_path(search_result_page), :method => :get, :id => options[:id], :class => options[:class] do %>
    <% if options[:html5] %>
      <%= search_field_tag(:query, params[:query], :placeholder => _t(:placeholder, :scope => "search_form")) %>
    <% else %>
      <%= text_field_tag(:query, params[:query]) %>
    <% end %>
    <%= submit_tag(_t(:submit, :scope => "search_form"), :name => nil) %>
  <% end %>
<% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.9.0 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.8.3 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.7.5 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.6.3 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.7.4 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.8.2 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.8.1 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.7.3 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.7.2 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.7.1 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.7.0 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.6.2 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.6.1 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.6.0 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.6.0.rc5 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.5.3.1 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.5.3 app/views/alchemy/search/_form.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/search/_form.html.erb