From aa2832b55b1b9825ad626aa0483a97c5ba9c991c Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Tue, 9 Feb 2016 19:22:02 +0100 Subject: corrected rule extraction, fixed some bugs, nicer interface --- views/debug.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views') 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} -- cgit v1.2.3