From 81e30c0c67a39d69956902b5d147f7cf263cc436 Mon Sep 17 00:00:00 2001
From: Atiwit Pattanapukdee <65160394@go.buu.ac.th>
Date: Tue, 18 Mar 2025 15:17:56 +0700
Subject: [PATCH] Project Round 3

---
 views/tour-details.ejs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/views/tour-details.ejs b/views/tour-details.ejs
index 9d52410..d7e2bb2 100644
--- a/views/tour-details.ejs
+++ b/views/tour-details.ejs
@@ -15,7 +15,8 @@
     <h2>Description</h2>
     <p><%= tour.description %></p>
     <p>Price: <%= tour.price %> THB</p>
-    <a href="/" class="btn-edit">ย้อนกลับ</a>  
+    <p>ระยะเวลา: <%= tour.duration %></p>
+    <a href="/" class="btn-edit">ย้อนกลับ</a>   
   </section>
 
   <footer>
-- 
GitLab