Quick Mark Explicit: Not on user's own pictures
This commit is contained in:
parent
d623f0bc3c
commit
1c2982aec0
|
@ -541,7 +541,7 @@
|
|||
{{template "card-body" .}}
|
||||
|
||||
<!-- Quick mark photo as explicit -->
|
||||
{{if not .Explicit}}
|
||||
{{if and (not .Explicit) (ne .UserID $Root.CurrentUser.ID)}}
|
||||
<div class="mt-2">
|
||||
<a href="#"
|
||||
class="has-text-danger is-size-7 nonshy-mark-explicit"
|
||||
|
@ -667,7 +667,7 @@
|
|||
{{template "card-body" .}}
|
||||
|
||||
<!-- Quick mark photo as explicit -->
|
||||
{{if not .Explicit}}
|
||||
{{if and (not .Explicit) (ne .UserID $Root.CurrentUser.ID)}}
|
||||
<div class="mt-2">
|
||||
<a href="#"
|
||||
class="has-text-danger is-size-7 nonshy-mark-explicit"
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
{{end}}
|
||||
|
||||
<!-- Quick mark photo as explicit -->
|
||||
{{if not .Photo.Explicit}}
|
||||
{{if and (not .Photo.Explicit) (ne .Photo.UserID .CurrentUser.ID)}}
|
||||
<div class="mt-2">
|
||||
<a href="#"
|
||||
class="has-text-danger is-size-7 nonshy-mark-explicit"
|
||||
|
|
Loading…
Reference in New Issue
Block a user