Merge branch 'r-1902001-01' into foodcourt
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
<div class="container-fluid">
|
||||
<%= render 'form', dining_queue: @dining_queue %>
|
||||
</div>
|
||||
<div class="page-header">
|
||||
<ul class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= root_path %>"><%= t("views.right_panel.button.home") %></a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= crm_dining_queues_path %>"><%= t("en.queue") %></a></li>
|
||||
<li class="breadcrumb-item active"><%= t("views.btn.new") %></li>
|
||||
<span class="float-right">
|
||||
<%= link_to 'Back', crm_dining_queues_path %>
|
||||
</span>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<%= render 'form', dining_queue: @dining_queue %>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user