Sha256: 50ca67f8abe874368beb0b717822989db92b2e1342ef21b817d304e4a607432d
Contents?: true
Size: 402 Bytes
Versions: 2
Compression:
Stored size: 402 Bytes
Contents
<%= form_tag(cama_search_path, :method => "get", :class => "form-search form-horizontal") do %> <div class="input-group"> <input type="text" name="q" class="form-control" placeholder="<%= ct("search", default: 'Search here') %>..."> <div class="input-group-btn"> <button type="submit" class="btn"><i class="fa fa-search"></i></button> </div> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
camaleon_cms-2.1.2.1 | app/views/camaleon_cms/default_theme/partials/_search_form.html.erb |
camaleon_cms-2.1.2.0 | app/views/camaleon_cms/default_theme/partials/_search_form.html.erb |