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

@@ -52,7 +52,7 @@
<%= f.input :time_rounding_block_price, :input_html => { :id => 'time_rounding_block_price',:class=>"col-md-8"} %>
</div>
<div class="form-actions">
<div class="form-actions p-l-15">
<%= f.submit "Create",:class => 'btn btn-primary btn-lg waves-effect' %>
</div>
<% end %>
@@ -127,5 +127,10 @@ $("input[name='dining_charge[charge_block]']").change(function() {
$("input[name='dining_charge[charge_block]']").change(function() {
price();
});
$(document).on('turbolinks:load', function() {
$('body').bootstrapMaterialDesign();
});
</script>