Sha256: 2399a33bdbf1092749c8501eb00fda3570977f0c083858a98c9f46740c0e2bdb

Contents?: true

Size: 1.38 KB

Versions: 20

Compression:

Stored size: 1.38 KB

Contents

<%= form_for @payment_method, :html => {:class => 'form-horizontal'} do |f| %>
    <%= f.hidden_field :account_id %>

    <div class="form-group">
      <%= f.label :external_key, 'External key', :class => 'col-sm-3 control-label' %>
      <div class="col-sm-9">
        <%= f.text_field :external_key, :class => 'form-control' %>
        <div class="payment_method_external_key_invalid_msg text-danger">
          Warning! External key already in use.
        </div>
      </div>
    </div>
    <div class="form-group">
      <%= f.label :plugin_name, 'Plugin name', :class => 'col-sm-3 control-label' %>
      <div class="col-sm-9">
        <%= f.text_field :plugin_name, :class => 'form-control', :required => true %>
      </div>
    </div>
    <div id="creditcard">
      <%= render :partial => 'new_creditcard_payment_method' %>
    </div>
    <div id="properties" class="col-sm-offset-3 col-sm-9">
      <%= render :partial => 'plugin_properties' %>
    </div>
    <div class="form-group">
      <div class="col-sm-offset-3 col-sm-9">
        <div class="checkbox">
          <%= f.label :is_default do %>
              <%= f.check_box :is_default %>Default payment method?
          <% end %>
        </div>
      </div>
    </div>
    <div class="form-group">
      <div class="col-sm-offset-3 col-sm-9">
        <%= submit_tag 'Save', :class => 'btn btn-default' %>
      </div>
    </div>
<% end %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
kaui-3.0.5 app/views/kaui/payment_methods/_form.html.erb
kaui-3.0.4 app/views/kaui/payment_methods/_form.html.erb
kaui-3.0.2 app/views/kaui/payment_methods/_form.html.erb
kaui-2.2.1 app/views/kaui/payment_methods/_form.html.erb
kaui-3.0.1 app/views/kaui/payment_methods/_form.html.erb
kaui-2.1.0 app/views/kaui/payment_methods/_form.html.erb
kaui-2.0.4 app/views/kaui/payment_methods/_form.html.erb
kaui-2.0.3 app/views/kaui/payment_methods/_form.html.erb
kaui-2.0.2 app/views/kaui/payment_methods/_form.html.erb
kaui-2.0.1 app/views/kaui/payment_methods/_form.html.erb
kaui-2.0.0 app/views/kaui/payment_methods/_form.html.erb
kaui-1.4.1 app/views/kaui/payment_methods/_form.html.erb
kaui-1.4.0 app/views/kaui/payment_methods/_form.html.erb
kaui-1.3.0 app/views/kaui/payment_methods/_form.html.erb
kaui-1.2.0 app/views/kaui/payment_methods/_form.html.erb
kaui-1.1.0 app/views/kaui/payment_methods/_form.html.erb
kaui-1.0.0 app/views/kaui/payment_methods/_form.html.erb
kaui-0.16.2 app/views/kaui/payment_methods/_form.html.erb
kaui-0.16.1 app/views/kaui/payment_methods/_form.html.erb
kaui-0.16.0 app/views/kaui/payment_methods/_form.html.erb