index / home

This commit is contained in:
Nweni
2017-12-27 16:42:37 +06:30
parent 7140df5bf8
commit ede876ea27
2 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@
<% if table.status == 'occupied' %>
<% if table.get_booking.nil? %>
<div class="card tables red text-white" data-id="<%= table.id %>">
<div class="card-block">
<div class="card-block">
Zone <%= table.zone_id %> <br>
Table <%= table.name %> ( <%= table.seater %> Seat )
</div>
@@ -53,7 +53,7 @@
<% else %>
<div class="card tables orange text-white" data-id="<%= table.id %>">
<% end %>
<div class="card-block">
<div class="card-block">
Zone <%= table.zone_id %> <br>
Table <%= table.name %> ( <%= table.seater %> Seat )
</div>
@@ -104,7 +104,7 @@
<% end %>
</div>
</div>
</div>
<!-- tabs - End -->
</div>