From d1b2d87114bc4a34231d8b1942de97298172c873 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 18 Jan 2008 00:13:23 -0500 Subject: Display our method results on our current page. --- funcweb/funcweb/templates/method.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/templates/method.html b/funcweb/funcweb/templates/method.html index dc228c0..6cd2dc4 100644 --- a/funcweb/funcweb/templates/method.html +++ b/funcweb/funcweb/templates/method.html @@ -5,9 +5,12 @@
${minion}.${module}.${method} -
- + + +
+
+ -- cgit