update checkout all formm
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user