update shop note
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
<%= f.input :quick_sale_summary %>
|
||||
<%= f.input :calc_tax_order %>
|
||||
<%= f.input :show_account_info %>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<label>Shop Logo</label>
|
||||
@@ -75,7 +77,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<%= f.file_field :image, :multiple => false, name: "display_images[image][]", accept: 'audio/mp3', :class => "order" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= f.input :note, as: :text, :input_html => { :rows => 5} %>
|
||||
|
||||
<div class="form-actions p-l-15">
|
||||
<%= f.submit "Submit",:class => 'btn btn-primary btn-lg waves-effect' %>
|
||||
|
||||
Reference in New Issue
Block a user