diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/templates/tags/commentBox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/tags/commentBox.html b/src/main/resources/templates/tags/commentBox.html index abe73f5..41907ab 100644 --- a/src/main/resources/templates/tags/commentBox.html +++ b/src/main/resources/templates/tags/commentBox.html @@ -24,9 +24,9 @@ {#for comment in comments} <div class="comment" id="comment-{comment.id}"> - {#if comment.owner != null}<span class="comment-owner post-owner">{comment.owner.firstName}</span>{/if} - <div class="comment-info"> + {#if comment.owner != null}<span class="comment-owner post-owner">{comment.owner.firstName}</span>{/if} + <a class="comment-link" href="/posts/{postId}#comment-{comment.id}"> <span class="comment-self-link">#</span> </a> |