update move table

This commit is contained in:
Aung Myo
2018-06-13 13:54:39 +06:30
parent 3909d98c70
commit bcf009d322
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
<% if table.get_checkout_booking.nil? %>
<div class="card tables red text-white" data-id="<%= table.id %>" data-name="<%= table.name %>">
<% else %>
<div class="card tables orange text-white" data-id="<%= table.id %>">
<div class="card tables orange text-white" data-id="<%= table.id %>" data-name=" <%= table.name %>">
<% end %>
<div class="card-block">
<%= table.name %>

View File

@@ -26,7 +26,7 @@
<% if table.get_checkout_booking.nil? %>
<div class="card tables red text-white" data-id="<%= table.id %>" data-name="<%= table.name %>">
<% else %>
<div class="card tables orange text-white" data-id="<%= table.id %>">
<div class="card tables orange text-white" data-id="<%= table.id %>" data-name=" <%= table.name %>">
<% end %>
<div class="card-block">
<%= table.name %>