From 9398a2dd8a0c6094489f4aadbc55c0855a90b4d4 Mon Sep 17 00:00:00 2001 From: 65160258 <65160258@go.buu.ac.th> Date: Fri, 21 Mar 2025 18:00:22 +0700 Subject: [PATCH] posts --- views/posts/show.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/posts/show.ejs b/views/posts/show.ejs index 303f202..0af19aa 100644 --- a/views/posts/show.ejs +++ b/views/posts/show.ejs @@ -14,5 +14,5 @@ <p class="card-text"><%= post.content %></p> </div> </article> - <a href="/posts" class="btn btn-secondary mt-3"><i class="bi bi-arrow-left"></i> Back to all posts</a> + <a href="/index" class="btn btn-secondary mt-3"><i class="bi bi-arrow-left"></i> Back to all posts</a> </div> -- GitLab