Sha256: 8a196c430b9c81445db67dc1e4fd8dd937015b6ba870694e3c59497fef0e5d30

Contents?: true

Size: 1016 Bytes

Versions: 8

Compression:

Stored size: 1016 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' %>
          <div class="checkbox">
            <%= label_tag :fast do %>
                <%= check_box_tag :fast %>Fast search (find first exact match)
            <% end %>
          </div>
      <% end %>

    </div>
    <div class="col-md-6 col-md-offset-3 legend">
      <p class="text-center">
        <%= link_to 'Latest accounts', kaui_engine.accounts_path %> /
        <%= link_to 'Latest invoices', kaui_engine.invoices_path %> /
        <%= link_to 'Latest payments', kaui_engine.payments_path %>
      </p>
    </div>
  </div>
  <span class="duck_help">Accounts are searched by default. Or try the <b>invoice:</b> and <b>payment:</b> and <b>transaction:</b> operators</span>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
kaui-1.0.0 app/views/kaui/home/index.html.erb
kaui-0.16.2 app/views/kaui/home/index.html.erb
kaui-0.16.1 app/views/kaui/home/index.html.erb
kaui-0.16.0 app/views/kaui/home/index.html.erb
kaui-0.15.5 app/views/kaui/home/index.html.erb
kaui-0.15.4 app/views/kaui/home/index.html.erb
kaui-0.15.3 app/views/kaui/home/index.html.erb
kaui-0.15.2 app/views/kaui/home/index.html.erb