Gitlab@Informatics

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

Project Round 11

parent 1f250760
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
<% if (session && session.userId) { %>
<a href="/edit/<%= tour.id %>" class="btn-edit">Edit</a> <!-- ปุ่มสำหรับแก้ไขทัวร์ -->
<form action="/tour/delete/<%= tour.id %>" method="POST" onsubmit="return confirmDelete()">
<form action="/delete/<%= tour.id %>" method="POST" onsubmit="return confirmDelete()">
<button type="submit" class="btn-delete">Delete</button> <!-- ปุ่มสำหรับลบทัวร์ -->
</form>
<% } %>
......
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