Stop setting column size

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-07-24 11:59:12 +09:00
parent 7ca1ea4b82
commit 577b834db8
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -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"