From cad3e8b261a8d9551bc19a57007acf574d957548 Mon Sep 17 00:00:00 2001 From: Michael Schuerig Date: Thu, 2 Apr 2009 11:54:52 -0500 Subject: Show installed middleware in builtin rails info (/rails/info/properties) [#2396 state:resolved] Signed-off-by: Joshua Peek --- railties/html/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'railties/html/index.html') diff --git a/railties/html/index.html b/railties/html/index.html index 0dd5189fb7..cd337dc74c 100644 --- a/railties/html/index.html +++ b/railties/html/index.html @@ -99,7 +99,12 @@ } #about-content td.name {color: #555} #about-content td.value {color: #000} - + + #about-content ul { + padding: 0; + list-style-type: none; + } + #about-content.failure { background-color: #fcc; border: 1px solid #f00; -- cgit v1.2.3