Sha256: 0bb430908453a5f6042fdcfce07fffb13c16debaaccf0d4b9ab1cf162a7a56c6

Contents?: true

Size: 556 Bytes

Versions: 21

Compression:

Stored size: 556 Bytes

Contents

<%= form_tag invoices_path, :class => "form-horizontal", :method => :get do %>
  <fieldset>
    <legend>Please enter invoice id</legend>
    <div class="control-group">
      <label class="control-label" for="invoice_id">Invoice</label>
      <div class="controls">
        <%= text_field_tag 'invoice_id', nil, :class => "input-xlarge", :id => "invoice_id", :placeholder => "InvoiceId, InvoiceNumber" %>
      </div>
    </div>
    <div class="form-actions">
      <%= button_tag "Search", :class =>"btn btn-primary" %>
    </div>
  </fieldset>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
kaui-0.6.3 app/views/kaui/invoices/index.html.erb
kaui-0.6.2 app/views/kaui/invoices/index.html.erb
kaui-0.6.1 app/views/kaui/invoices/index.html.erb
kaui-0.6.0 app/views/kaui/invoices/index.html.erb
kaui-0.5.3 app/views/kaui/invoices/index.html.erb
kaui-0.5.2 app/views/kaui/invoices/index.html.erb
kaui-0.5.1 app/views/kaui/invoices/index.html.erb
kaui-0.5.0 app/views/kaui/invoices/index.html.erb
kaui-0.4.9 app/views/kaui/invoices/index.html.erb
kaui-0.4.8 app/views/kaui/invoices/index.html.erb
kaui-0.4.7 app/views/kaui/invoices/index.html.erb
kaui-0.4.6 app/views/kaui/invoices/index.html.erb
kaui-0.4.5 app/views/kaui/invoices/index.html.erb
kaui-0.4.4 app/views/kaui/invoices/index.html.erb
kaui-0.4.3 app/views/kaui/invoices/index.html.erb
kaui-0.4.2 app/views/kaui/invoices/index.html.erb
kaui-0.4.1 app/views/kaui/invoices/index.html.erb
kaui-0.4.0 app/views/kaui/invoices/index.html.erb
kaui-0.3.1 app/views/kaui/invoices/index.html.erb
kaui-0.3.0 app/views/kaui/invoices/index.html.erb