From 55bb8c5c7200673f21aa5d9043d00a8b3897e248 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 5 Sep 2018 00:32:49 +0200 Subject: [PATCH] app/views/callback/show.volt: some cleanup (fixing proper accordion behavior also) --- app/views/callback/show.volt | 43 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/app/views/callback/show.volt b/app/views/callback/show.volt index 3e30bcd..7114fe6 100644 --- a/app/views/callback/show.volt +++ b/app/views/callback/show.volt @@ -5,14 +5,14 @@
Created at: {{ item.created_at }}
-
+
{% for index, req in page.items %} -
-
-
+
{% if req.getUriQuery()|length > 0 %} -
+
- - + + + + {% for key, val in req.getUriQuery() %} @@ -81,16 +81,18 @@ {% endif %} -
+
KeyValue
KeyValue
+ + {% for key, val in req.getHeaders() %} @@ -104,12 +106,12 @@ -
+
{% if (req.getBody()|length < 1) %}
@@ -120,7 +122,6 @@ {% endif %}
-
Key Value