|
|
|
@ -25,7 +25,6 @@
|
|
|
|
|
<!-- ENDIF !config.disableChat -->
|
|
|
|
|
<a id="follow-btn" href="#" class="btn btn-success btn-sm <!-- IF isFollowing -->hide<!-- ENDIF isFollowing -->">[[user:follow]]</a>
|
|
|
|
|
<a id="unfollow-btn" href="#" class="btn btn-warning btn-sm <!-- IF !isFollowing -->hide<!-- ENDIF !isFollowing -->">[[user:unfollow]]</a>
|
|
|
|
|
<!-- ENDIF !isSelf -->
|
|
|
|
|
|
|
|
|
|
<!-- IF isAdmin -->
|
|
|
|
|
<br/><br/>
|
|
|
|
@ -34,6 +33,8 @@
|
|
|
|
|
<a id="unbanAccountBtn" href="#" class="btn btn-danger btn-sm <!-- IF !banned -->hide<!-- ENDIF !banned -->">[[user:unban_account]]</a>
|
|
|
|
|
<a id="deleteAccountBtn" href="#" class="btn btn-danger btn-sm">[[user:delete_account]]</a><br/><br/>
|
|
|
|
|
<!-- ENDIF isAdmin -->
|
|
|
|
|
<!-- ENDIF !isSelf -->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|