From e5f07f8878820f74fff7039684914d359d3448bb Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Thu, 4 Oct 2018 14:34:55 +0900 Subject: [PATCH] Use small table Signed-off-by: Kenji Okimoto --- app/views/misc/information.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/misc/information.html.haml b/app/views/misc/information.html.haml index ff48701..f0eae99 100644 --- a/app/views/misc/information.html.haml +++ b/app/views/misc/information.html.haml @@ -30,7 +30,7 @@ %b-card{"header" => t('terms.installed_plugins'), "header-tags" => "h4"} - if @plugins.present? - %table{class: "table table-hover", id: "plugins-table"} + %table{class: "table table-hover table-sm", id: "plugins-table"} %thead %tr %th= t('plugins.common.name')