Sha256: 8a85707a8af36b9e28bbbbf39e48c9d01b340c7e5a4c1a9ebe8015b4c6abe573

Contents?: true

Size: 765 Bytes

Versions: 13

Compression:

Stored size: 765 Bytes

Contents

<%= form_tag do_set_exemption_configuration_path, :class => 'form-horizontal' do %>
    <div class="form-group">
      <%= label_tag :account_id, 'Account ID', :class => 'col-sm-2 control-label' %>

      <div class="col-sm-10">
        <%= text_field_tag :account_id, nil, :class => 'form-control' %>
      </div>
    </div>
    <div class="form-group">
      <%= label_tag :customer_usage_type, 'Customer Usage Type', :class => 'col-sm-2 control-label' %>
      <div class="col-sm-10">
        <%= text_field_tag :customer_usage_type, nil, :class => 'form-control' %>
      </div>
    </div>
    <div class="form-group">
      <div class="col-sm-offset-2 col-sm-10">
        <%= submit_tag 'Save', :class => 'btn btn-default' %>
      </div>
    </div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
killbill-avatax-3.0.4 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-3.0.3 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-3.0.2 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-2.2.1 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-3.0.1 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-2.1.0 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-2.0.0 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-1.0.0 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-0.2.0 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-0.1.0 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-0.0.3 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-0.0.2 app/views/avatax/configuration/_exemptions_form.html.erb
killbill-avatax-0.0.1 app/views/avatax/configuration/_exemptions_form.html.erb