summaryrefslogtreecommitdiff
path: root/templates/post_display.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post_display.tpl')
-rw-r--r--templates/post_display.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/post_display.tpl b/templates/post_display.tpl
index 383d949..d6947b8 100644
--- a/templates/post_display.tpl
+++ b/templates/post_display.tpl
@@ -28,9 +28,7 @@
{if $print_page ne 'y' && $comment.deleted==0 }
{if !$topic_locked && $board->hasPostCommentsPermission()}
<a href="{$comments_return_url}&amp;post_comment_reply_id={$comment.content_id}&amp;post_comment_request=1#editcomments" rel="nofollow">{booticon iname="fa-comment" iexplain="Reply to this Post"}</a>
- {/if}
- {if !$topic_locked && $board->hasPostCommentsPermission()}
- <a href="{$comments_return_url}&amp;post_comment_reply_id={$comment.content_id}&amp;post_comment_request=1&amp;quote=y#editcomments" rel="nofollow">{booticon iname="fa-comment" iexplain="Reply with Quote to this Post"}</a>
+ <a href="{$comments_return_url}&amp;post_comment_reply_id={$comment.content_id}&amp;post_comment_request=1&amp;quote=y#editcomments" rel="nofollow">{booticon iname="fa-comment-quote" iexplain="Reply with Quote to this Post"}</a>
{/if}
{if $comment.is_editable || $gContent->hasUserPermission('p_liberty_edit_comments')}
<a href="{$comments_return_url}&amp;post_comment_id={$comment.comment_id}&amp;post_comment_request=1#editcomments" rel="nofollow">{booticon iname="fa-pen-to-square" iexplain="Edit"}</a>