From eeb4099568d97f74d39c70f8249a182ef5e077c3 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Thu, 24 May 2018 14:26:33 +0900 Subject: [PATCH] Fix a typo in StyleSheet class name Signed-off-by: Kenji Okimoto --- app/views/fluentd/errors.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/fluentd/errors.html.haml b/app/views/fluentd/errors.html.haml index 40055b2..3c0be19 100644 --- a/app/views/fluentd/errors.html.haml +++ b/app/views/fluentd/errors.html.haml @@ -7,7 +7,7 @@ .col-xl-12.col-sm-12 - @errors.each do |error| .card.card-primary - .card-heading + .card-header %h4= error[:subject] - if error[:notes].present? .card-body