From 577b834db87d341a9cf19f36d18079a545d010b6 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 24 Jul 2018 11:59:12 +0900 Subject: [PATCH] Stop setting column size Signed-off-by: Kenji Okimoto --- app/views/plugins/updated.html.haml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/views/plugins/updated.html.haml b/app/views/plugins/updated.html.haml index 46d671a..07ff391 100644 --- a/app/views/plugins/updated.html.haml +++ b/app/views/plugins/updated.html.haml @@ -7,11 +7,11 @@ %table{class: "table table-striped table-hover"} %thead %tr - %th.col-xl-2= t('plugins.common.name') - %th.col-xl-2= t('plugins.common.authors') - %th.col-xl-6= t('plugins.common.summary') - %th.col-xl-1= t('plugins.common.installed_version') - %th.col-xl-1= t('plugins.common.latest_version') + %th= t('plugins.common.name') + %th= t('plugins.common.authors') + %th= t('plugins.common.summary') + %th= t('plugins.common.installed_version') + %th= t('plugins.common.latest_version') %tbody - @plugins.each do |plugin| %tr @@ -28,4 +28,3 @@ %td = plugin.latest_version = submit_tag t("terms.install_latest"), class: "btn btn-primary" -