1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-07 12:46:23 -07:00

Remove debugging text

This commit is contained in:
Eggbertx 2024-08-11 16:37:37 -07:00
parent 8d072de374
commit b9f1dac00d

View file

@ -33,7 +33,6 @@
<tr><th>Actions</th><th>Search</th><th>Replace with</th><th>Is regex</th><th>Dirs</th><th>Created by</th><th>Staff note</th></tr>
{{- range $f,$filter := .wordfilters}}
<tr>
{{$filter.IsActive}}
<td><a href="{{webPath `manage/wordfilters`}}?edit={{$filter.ID}}">Edit</a> | <a href="{{webPath `manage/wordfilters`}}?{{if $filter.IsActive}}disable{{else}}enable{{end}}={{$filter.ID}}">{{if $filter.IsActive}}Disable{{else}}Enable{{end}}</a> </td>
<td>{{index $.searchFields $f}}</td>
<td>{{$filter.MatchDetail}}</td>