add spaces

master
Aevann 2023-10-29 17:27:55 +03:00
parent ec3b94ac5d
commit 8caeae37d4
9 changed files with 40 additions and 40 deletions

View File

@ -1,4 +1,4 @@
{% if v and v.id==p.author_id and p.private %}
{% if v.id == p.author_id and p.private %}
<button type="button" class="nobackground btn btn-link btn-block btn-lg text-left text-muted" data-areyousure="postToastReload(this,'/publish/{{p.id}}')" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)" data-dismiss="modal">
<i class="fas fa-globe text-center text-muted mr-2"></i>Publish
</button>