Post comments: jump to comments after click button for view entire discussion (#124)

Kindly,

$title

Whenever we click the "view entire discussion" we want to see more comments and not be sent to the top of the page.

This PR fixes that by sending us to the dropdown sort button just above the comments section.

Thanks,
granny

Reviewed-on: #124
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
pull/128/head
mummified-corroding-granny 2023-02-19 08:44:45 +00:00 committed by Aevann
parent b0b2b76c81
commit 12d1c81f4b
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}
<div class="total mt-1"><a href="{{p.permalink}}">View entire discussion</a></div>
<div class="total mt-1"><a href="{{p.permalink}}#dropdownMenuButton">View entire discussion</a></div>
{% endif %}
{% if p.replies %}