Sha256: d84634b8fe46c7278509075cc1ef7b51d06d03d03ef5899e84906a64d3c49271

Contents?: true

Size: 479 Bytes

Versions: 5

Compression:

Stored size: 479 Bytes

Contents

<div class="home">
  <div class="row">
    <div class="col-md-6 col-md-offset-3 text-center">

      <%= form_tag search_path, :id => 'home_searchform', :method => 'get' do %>
          <%= text_field_tag :q, @search_query, :id => 'search', :placeholder => 'What are you looking for?' %>
          <%= submit_tag 'Search' %>
      <% end %>

    </div>
  </div>
  <span class="duck_help">You can search accounts by ID, external key, name, company or email address.</span>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kaui-0.15.0 app/views/kaui/home/index.html.erb
kaui-0.14.2 app/views/kaui/home/index.html.erb
kaui-0.14.1 app/views/kaui/home/index.html.erb
kaui-0.14.0 app/views/kaui/home/index.html.erb
kaui-0.12.0 app/views/kaui/home/index.html.erb