From acfb8eb887103c16deb0b930c3415f446f3cf149 Mon Sep 17 00:00:00 2001 From: uu59 Date: Thu, 17 Jul 2014 13:44:24 +0900 Subject: [PATCH] clickable whole heading element same as fluentd setting page --- app/views/misc/information.html.haml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/misc/information.html.haml b/app/views/misc/information.html.haml index 27b2c9f..d4a4a7f 100644 --- a/app/views/misc/information.html.haml +++ b/app/views/misc/information.html.haml @@ -51,9 +51,8 @@ %div.col-lg-12 %div.panel.panel-default %div.panel-heading - %h4 - %a{"data-toggle" => "collapse", "href" => "#env-table"} - = icon('fa-caret-down') + %h4{"data-toggle" => "collapse", "href" => "#env-table"} + = icon('fa-caret-down') = t('.env') %table{class: "table table-hover collapse", id: "env-table"} %thead