Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit af641919 authored by 65160381's avatar 65160381
Browse files

Update file product.ejs

parent a75710f2
Branches
No related tags found
No related merge requests found
Pipeline #654 passed with warnings
...@@ -123,7 +123,7 @@ body { ...@@ -123,7 +123,7 @@ body {
<div class="container text-center"> <div class="container text-center">
<h1 class="mb-3"><%= product.product_name %></h1> <h1 class="mb-3"><%= product.product_name %></h1>
<img src="<%= product.image %>" alt="<%= product.product_name %>" class="product-image mb-3"> <img src="<%= product.image %>" alt="<%= product.product_name %>" class="product-image mb-3">
<p><strong>ราคา:</strong> <span class="text-warning"><%= product.price %> บาท</span></p> <p><strong>ราคา:</strong> <span class="text-primary"><%= product.price %> บาท</span></p>
<p><strong>รายละเอียด:</strong> <%= product.description || "ไม่มีรายละเอียด" %></p> <p><strong>รายละเอียด:</strong> <%= product.description || "ไม่มีรายละเอียด" %></p>
<p><strong>สร้างโดย:</strong> <%= product.owner %></p> <p><strong>สร้างโดย:</strong> <%= product.owner %></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment