34 lines
1.2 KiB
Plaintext
Executable File
34 lines
1.2 KiB
Plaintext
Executable File
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9">
|
|
|
|
<%= simple_form_for([:settings, @settings_membership_setting]) do |f| %>
|
|
<%= f.error_notification %>
|
|
<div class="form-inputs">
|
|
<%= f.input :membership_type %>
|
|
<%= f.input :is_active %>
|
|
<%= f.input :gateway_communication_type %>
|
|
<%= f.input :gateway_url %>
|
|
<%= f.input :auth_token %>
|
|
<label><%= f.check_box :discount %>Discount</label><br/>
|
|
<label><%= f.check_box :rebate %>Rebate</label><br/>
|
|
<label><%= f.check_box :bonus %>Bonus</label><br/>
|
|
<label><%= f.check_box :point %>Points</label>
|
|
</div>
|
|
|
|
<div class="form-actions">
|
|
<%= f.submit "Submit",:class => 'btn btn-primary btn-lg waves-effect' %>
|
|
</div>
|
|
<% end %>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
|
|
<div class="card">
|
|
<div class="body">
|
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
|
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
|
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
|
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |