appeals: only show current appeal on appealed posts.
* Only show the current pending appeal in the "This post was appealed" notice. Don't show old appeals. * Don't show both the "This post was deleted" and the "This post was appealed" notice on appealed posts. Only show the "This post was appealed" notice. * Show "no reason" if no appeal reason was given.
This commit is contained in:
@@ -269,7 +269,6 @@ div#c-posts {
|
||||
&.post-notice-flagged { background: var(--post-flagged-notice-background); }
|
||||
&.post-notice-banned { background: var(--post-banned-notice-background); }
|
||||
&.post-notice-deleted { background: var(--post-deleted-notice-background); }
|
||||
&.post-notice-appealed { background: var(--post-appealed-notice-background); }
|
||||
&.post-notice-resized { background: var(--post-resized-notice-background); }
|
||||
&.post-notice-search { background: var(--post-search-notice-background); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user