From a52c57f3ea77b15529675bd58cb2d2f20206c344 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sat, 30 May 2026 21:16:26 +0100 Subject: [PATCH] fixed some button paths --- views/posts/post.ejs | 2 +- views/posts/timeline.ejs | 2 +- views/posts/user.ejs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/posts/post.ejs b/views/posts/post.ejs index cbbd86e..b5f3dcb 100644 --- a/views/posts/post.ejs +++ b/views/posts/post.ejs @@ -25,7 +25,7 @@ <%= locale.last_modified %>: <%= func.unix_time_to_date_format(post.pubdate) %>
- "> + "> <%= locale.edit_post %>
diff --git a/views/posts/timeline.ejs b/views/posts/timeline.ejs index a687428..c085fdc 100644 --- a/views/posts/timeline.ejs +++ b/views/posts/timeline.ejs @@ -18,7 +18,7 @@ <%= user.prettyname %> - - + <%= locale.edit_account %> - diff --git a/views/posts/user.ejs b/views/posts/user.ejs index 502a7e0..99d4a79 100644 --- a/views/posts/user.ejs +++ b/views/posts/user.ejs @@ -23,7 +23,7 @@
- "> + "> <%= locale.edit_post %>