From 194415180ebf74d738d230e457f61b4d56441343 Mon Sep 17 00:00:00 2001 From: mummified-corroding-granny Date: Sat, 18 Feb 2023 19:52:04 +0000 Subject: [PATCH] added dropdown html ID to button for view entire discussion --- files/templates/submission.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index b74a03177..34665402c 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -324,7 +324,7 @@ {{macros.comment_reply_box(p.fullname, 'comment-reply-' + p.fullname, subwrapper_css_classes='mb-3', enable_cancel_button=false)}} {% if comment_info %} -
View entire discussion
+
View entire discussion
{% endif %} {% if p.replies %} -- 2.34.1