mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-16 22:41:36 +02:00
re-adding conditional to hide quote/reply block if no write perm
This commit is contained in:
@@ -76,10 +76,12 @@
|
||||
<!-- ENDIF posts.favourited -->
|
||||
</button>
|
||||
</div>
|
||||
<!-- IF privileges.write -->
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-sm btn-default quote" type="button" title="[[topic:quote]]"><i class="fa fa-quote-left"></i></button>
|
||||
<button class="btn btn-sm btn-primary btn post_reply" type="button">[[topic:reply]] <i class="fa fa-reply"></i></button>
|
||||
</div>
|
||||
<!-- ENDIF privileges.write -->
|
||||
|
||||
<div class="pull-right">
|
||||
<div class="btn-group post-tools">
|
||||
|
||||
Reference in New Issue
Block a user