Sha256: 8ce44b37c802f3083fbcef2fe00a141c8754cb943188eefd5f3cb83e7a2b4f29

Contents?: true

Size: 378 Bytes

Versions: 8

Compression:

Stored size: 378 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") %>...">
        <div class="input-group-btn">
            <button type="submit" class="btn"><i class="fa fa-search"></i></button>
        </div>
    </div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
camaleon_cms-2.1.1.4 app/views/camaleon_cms/default_theme/partials/_search_form.html.erb
camaleon_cms-2.1.1 app/views/camaleon_cms/default_theme/partials/_search_form.html.erb
camaleon_cms-2.1.0 app/views/camaleon_cms/default_theme/partials/_search_form.html.erb
camaleon_cms-2.0.4.1 app/views/camaleon_cms/default_theme/partials/_search_form.html.erb
camaleon_cms-2.0.4 app/views/camaleon_cms/default_theme/partials/_search_form.html.erb
camaleon_cms-2.0.3 app/views/camaleon_cms/default_theme/partials/_search_form.html.erb
camaleon_cms-2.0.2 app/views/camaleon_cms/default_theme/partials/_search_form.html.erb
camaleon_cms-2.0.1 app/views/camaleon_cms/default_theme/partials/_search_form.html.erb