From fa9960815070b72f12df4c46e954719f869f47b8 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Mon, 2 Oct 2023 17:41:51 +0800 Subject: [PATCH] Fixed post edit button URL no issues - the edit button in the post list wasn't doing anything with an empty link - now it has same URL as the post list item and it directs to its edit screen --- ghost/admin/app/components/posts-list/list-item.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/components/posts-list/list-item.hbs b/ghost/admin/app/components/posts-list/list-item.hbs index 25b221eadd..fbf47f2d92 100644 --- a/ghost/admin/app/components/posts-list/list-item.hbs +++ b/ghost/admin/app/components/posts-list/list-item.hbs @@ -206,7 +206,7 @@ {{else}} - + {{svg-jar "pen" title="Go to Editor"}}