We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2416bcf + bc0c4d7 commit 3ef88ebCopy full SHA for 3ef88eb
1 file changed
views/includes/comment.html
@@ -23,6 +23,7 @@
23
<div class="user-data">
24
{{{contentRendered}}}
25
</div>
26
+ {{^isUserCommentListPage}}
27
<section class="post-menu-area">
28
<nav class="post-controls text-right">
29
<div class="pull-right" {{^authedUser}} data-toggle="tooltip" data-placement="left" title="You need to be logged in to post!" {{/authedUser}}>
@@ -32,6 +33,7 @@
32
33
34
</nav>
35
</section>
36
+ {{/isUserCommentListPage}}
37
38
39
0 commit comments