Gitlab@Informatics

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

Project Round 9

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