20 lines
379 B
Plaintext
20 lines
379 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
|
|
<p>
|
|
<strong>Name:</strong>
|
|
<%= @crm_dining_queue.name %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Contact:</strong>
|
|
<%= @crm_dining_queue.contact %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Queue no:</strong>
|
|
<%= @crm_dining_queue.queue_no %>
|
|
</p>
|
|
|
|
<%= link_to t("views.btn.edit"), edit_crm_dining_queue_path(@crm_dining_queue) %> |
|
|
<%= link_to 'Back', crm_dining_queues_path %>
|