Sha256: eb942f9e64d8e5b83eacbf3ecb51003d933aa489a978bf9e72d0fa085522d383

Contents?: true

Size: 512 Bytes

Versions: 10

Compression:

Stored size: 512 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="account_id">Invoice</label>
      <div class="controls">
        <%= text_field_tag 'invoice_id', nil, :class => "input-xlarge", :id => "invoice_id" %>
      </div>
    </div>
    <div class="form-actions">
      <%= button_tag "Search", :class =>"btn btn-primary" %>
    </div>
  </fieldset>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
kaui-0.1.0 app/views/kaui/invoices/index.html.erb
kaui-0.0.9 app/views/kaui/invoices/index.html.erb
kaui-0.0.8 app/views/kaui/invoices/index.html.erb
kaui-0.0.7 app/views/kaui/invoices/index.html.erb
kaui-0.0.6 app/views/kaui/invoices/index.html.erb
kaui-0.0.5 app/views/kaui/invoices/index.html.erb
kaui-0.0.4 app/views/kaui/invoices/index.html.erb
kaui-0.0.3 app/views/kaui/invoices/index.html.erb
kaui-0.0.2 app/views/kaui/invoices/index.html.erb
kaui-0.0.1 app/views/kaui/invoices/index.html.erb