diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/debug.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/debug.haml b/views/debug.haml index a07bda1..0bf56ce 100644 --- a/views/debug.haml +++ b/views/debug.haml @@ -147,7 +147,7 @@ %th %th Target %tbody - - additional_rules.each do |rule_string| + - new_rules.each do |rule_string| - nt, src, tgt, f, a = splitpipe(rule_string) %tr %td #{src} @@ -162,7 +162,7 @@ %th %th Target %tbody - - rejected_rules.each do |rule_string| + - known_rules.each do |rule_string| - nt, src, tgt, f, a = splitpipe(rule_string) %tr %td #{src} |