From 845fcf52f83062830c7e3526ffa98dedddbb4dd4 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 23 Dec 2019 05:57:31 -0500 Subject: [PATCH] show what announce filters apply to --- views/hfcs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/views/hfcs.html b/views/hfcs.html index 72b106b..b6f436d 100644 --- a/views/hfcs.html +++ b/views/hfcs.html @@ -54,6 +54,7 @@ Honk Filtering and Censorship System {{ with .Notes }}

Notes: {{ . }}{{ end }}

Date: {{ .Date.Format "2006-01-02" }} {{ with .Actor }}

Who: {{ . }}{{ end }} {{ with .IncludeAudience }} (inclusive) {{ end }} +{{ if .IsAnnounce }}

Announce: {{ .AnnounceOf }}{{ end }} {{ with .Text }}

Text: {{ . }}{{ end }}

Actions: {{ range .Actions }} {{ . }} {{ end }} {{ with .Rewrite }}

Rewrite: {{ . }}{{ end }}