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

Merged
Aevann merged 1 commits from :skip-to-comments-click-view-entire-discussion into master 2023-02-19 08:44:46 +00:00
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 %}