From 011b6d0c76e4c2de595db3e77d37dfe6f7ef0d08 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Wed, 26 Jul 2023 11:53:06 -0500 Subject: [PATCH] Fix undelete button --- files/templates/component/comment/actions_desktop.html | 2 +- files/templates/component/comment/actions_mobile.html | 2 +- files/templates/component/post/actions.html | 2 +- files/templates/component/post/actions_mobile.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/component/comment/actions_desktop.html b/files/templates/component/comment/actions_desktop.html index e831cae20..c25ddbb84 100644 --- a/files/templates/component/comment/actions_desktop.html +++ b/files/templates/component/comment/actions_desktop.html @@ -12,7 +12,7 @@ {% if c.parent_submission %} {% if v and c.author_id == v.id %} - + {% elif v and c.body %} diff --git a/files/templates/component/comment/actions_mobile.html b/files/templates/component/comment/actions_mobile.html index 1863b7239..508638279 100644 --- a/files/templates/component/comment/actions_mobile.html +++ b/files/templates/component/comment/actions_mobile.html @@ -28,7 +28,7 @@ Undistinguish {% endif %} - Undelete + Undelete Delete diff --git a/files/templates/component/post/actions.html b/files/templates/component/post/actions.html index e3a24893a..8ca971b9a 100644 --- a/files/templates/component/post/actions.html +++ b/files/templates/component/post/actions.html @@ -30,7 +30,7 @@ Unpin from profile {% endif %} - Undelete + Undelete Delete {% endif %} diff --git a/files/templates/component/post/actions_mobile.html b/files/templates/component/post/actions_mobile.html index e35664dfd..8a5233d56 100644 --- a/files/templates/component/post/actions_mobile.html +++ b/files/templates/component/post/actions_mobile.html @@ -32,7 +32,7 @@ {% endif %} - +