Sha256: b7a57fd2b380ec28c2f8cbc639ee2ff7dcbc99554f76829173e863829ee3e43f
Contents?: true
Size: 545 Bytes
Versions: 3
Compression:
Stored size: 545 Bytes
Contents
<%= form_tag payment_methods_path, :class => "form-horizontal", :method => :get do %> <fieldset> <legend>Please enter account id</legend> <div class="control-group"> <label class="control-label" for="account_id">Account</label> <div class="controls"> <%= text_field_tag 'account_id', nil, :class => "input-xlarge", :id => "account_id" %> </div> </div> <div class="form-actions"> <%= button_tag "Search", :class => "btn btn-primary" %> </div> </fieldset> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kaui-0.2.5 | app/views/kaui/payment_methods/index.html.erb |
kaui-0.2.4 | app/views/kaui/payment_methods/index.html.erb |
kaui-0.2.3 | app/views/kaui/payment_methods/index.html.erb |