mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
remove extra comment link
This commit is contained in:
parent
ae8da33e89
commit
72c1fc2d50
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<a href="{{postLink}}" class="post-title" target="{{postTarget}}">{{title}}</a>
|
||||
{{#if url}}<span class="post-domain">{{domain}}</span>{{/if}}
|
||||
</h3>
|
||||
<p class="post-meta"><span class="points">{{upvotes}} <span class="unit">{{pointsUnitDisplayText}} </span></span>by <a class="post-author" href="{{profileUrl}}">{{authorName}}</a> <span class="post-time">{{ago}}</span><span class="comments">, <a class="go-to-comments" href="/posts/{{_id}}">{{comments}} {{commentsDisplayText}}</a></span>
|
||||
<p class="post-meta"><span class="points">{{upvotes}} <span class="unit">{{pointsUnitDisplayText}} </span></span>by <a class="post-author" href="{{profileUrl}}">{{authorName}}</a> <span class="post-time">{{ago}}</span>
|
||||
{{#if can_edit}}
|
||||
| <a href="/posts/{{_id}}/edit" class="edit-link goto-edit">Edit</a>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Reference in a new issue