Sha256: 5b52eb2256a117fadff9d669a62f6e0ff216b6f77d41bab65235b3d0a1b52d97

Contents?: true

Size: 575 Bytes

Versions: 16

Compression:

Stored size: 575 Bytes

Contents

<%= form_tag payment_methods_path, :class => "form-horizontal", :method => :get do %>
    <fieldset>
      <legend>Payment Methods</legend>
      <div class="control-group">
        <label class="control-label" for="key">Enter Key</label>

        <div class="controls">
          <%= text_field_tag 'key', nil, :class => "input-xlarge", :id => "key", :placeholder => "accountId, PayPalEmail, BAID, Last4cc" %>
        </div>
      </div>
      <div class="form-actions">
        <%= button_tag "Search", :class => "btn btn-primary" %>
      </div>
    </fieldset>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

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