From a7f54c84d71c20132e4d65b02b04142641144ac1 Mon Sep 17 00:00:00 2001 From: Atiwit Pattanapukdee <65160394@go.buu.ac.th> Date: Mon, 24 Mar 2025 18:00:58 +0700 Subject: [PATCH] Project Round 10 --- views/tour-details.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/tour-details.ejs b/views/tour-details.ejs index 07d787b..b9be590 100644 --- a/views/tour-details.ejs +++ b/views/tour-details.ejs @@ -12,8 +12,8 @@ </header> <section> - <h2>Description</h2> - <p><%= tour.description %></p> + <h2>รายละเอียดทัวร์</h2> + <p>รายละเอียด: <%= tour.description %></p> <p>Price: <%= tour.price %> THB</p> <p>ระยะเวลา: <%= tour.duration %> วัน</p> <a href="/" class="btn-edit">ย้อนกลับ</a> -- GitLab