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:
parent
8d072de374
commit
b9f1dac00d
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue