Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 8c875865 authored by 65160394's avatar 65160394
Browse files

Project Round 9

parent 9c8f59e4
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
<tbody>
<% bookings.forEach(booking => { %>
<tr>
<td><%= booking.id %></td> <!-- booking_id -->
<td><%= booking.booking.id %></td> <!-- booking_id -->
<td><%= booking.user_name %></td> <!-- ชื่อผู้จอง -->
<td><%= booking.tour_name %></td> <!-- tour_title -->
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment