[Jifty-commit] r7526 - jifty/trunk/lib/Jifty/Plugin/RequestInspector

Jifty commits jifty-commit at lists.jifty.org
Wed Oct 7 19:20:15 EDT 2009


Author: sartak
Date: Wed Oct  7 19:20:15 2009
New Revision: 7526

Modified:
   jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm

Log:
Request Inspector header

Modified: jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm	Wed Oct  7 19:20:15 2009
@@ -7,6 +7,8 @@
     title => "Request Inspector"
 }
 content {
+    h2 { "Request Inspector" };
+
     render_region(
         name => 'request_inspector',
         path => '/__jifty/admin/requests/requests',


More information about the Jifty-commit mailing list