update checkout all formm

This commit is contained in:
Aung Myo
2017-10-27 13:17:32 +06:30
parent 59d50856ad
commit 188d091884
30 changed files with 254 additions and 51 deletions

View File

@@ -10,10 +10,10 @@
<%= 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>
<%= f.input :discount %>
<%= f.input :rebate %>
<%= f.input :bonus %>
<%= f.input :point %>
</div>
<div class="form-actions p-l-15">
@@ -31,4 +31,9 @@
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(document).on('turbolinks:load', function() {
$('body').bootstrapMaterialDesign();
});
</script>