diff --git a/core/templates/ui/drilldown/results.html b/core/templates/ui/drilldown/results.html index 1dd5fc3..302e90c 100644 --- a/core/templates/ui/drilldown/results.html +++ b/core/templates/ui/drilldown/results.html @@ -4,6 +4,31 @@ {% if results %} + +
+
+
+ +
+
+

{{ card }} hits

+
+ {% if redacted != 0 %} +
+

{{ redacted }} redacted

+
+ {% endif %} + + {% if exemption is not None %} +
+

god mode

+
+ {% endif %} +
+

{{ took }}ms

+
+
+
@@ -144,25 +169,4 @@
-
-
-
-

{{ card }} hits

-
- {% if redacted != 0 %} -
-

{{ redacted }} redacted

-
- {% endif %} - - {% if exemption is not None %} -
-

god mode

-
- {% endif %} -
-

{{ took }}ms

-
-
-
{% endif %} \ No newline at end of file