This commit is contained in:
Aung Myo
2017-09-19 11:09:23 +06:30
parent 07ea214eee
commit 4779b6a19f
7 changed files with 24 additions and 17 deletions

View File

@@ -2,6 +2,10 @@
<%= f.error_notification %>
<%= f.input :processing_items, as: :hidden %>
<strong>Select Menu Items</strong><br/><br/>
<div class="form-actions">
<%= f.button :submit, class:'pull-right', label: "Add Menu Items to Queue Station" %>
</div>
<br><br>
<div class="row">
<% @menu_categories.each do |category|%>