Crazy
This commit is contained in:
parent
723516905b
commit
f49e0f2bb6
|
@ -17,11 +17,11 @@
|
||||||
{{ $alicia := has .id 1000 }}
|
{{ $alicia := has .id 1000 }}
|
||||||
{{ $catherine := has .id 999 }}
|
{{ $catherine := has .id 999 }}
|
||||||
|
|
||||||
{{ $super := has .privileges 15728639 }}
|
{{ $super := has .privileges 7340031 }}
|
||||||
{{ $dev := has .privileges 11534335 }}
|
{{ $dev := has .privileges 11534335 }}
|
||||||
{{ $donor := has .privileges 7 }}
|
{{ $donor := has .privileges 7 }}
|
||||||
{{ $admin := has .privileges 7262715 }}
|
{{ $admin := has .privileges 3049983 }}
|
||||||
{{ $chatmod := has .privileges 786499 }}
|
{{ $chatmod := has .privileges 786763 }}
|
||||||
{{ $bn := has .privileges 267 }}
|
{{ $bn := has .privileges 267 }}
|
||||||
|
|
||||||
{{ if hasAdmin $global.Context.User.Privileges }}
|
{{ if hasAdmin $global.Context.User.Privileges }}
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
<div class="owner">
|
<div class="owner">
|
||||||
{{ .username }}
|
{{ .username }}
|
||||||
</div>
|
</div>
|
||||||
{{else if $dev}}
|
{{else if $donor}}
|
||||||
<div class="dev">
|
<div class="dev">
|
||||||
{{ .username }}
|
{{ .username }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user