mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Merge pull request #129 from rthbound/use_thead_for_th2
Puts th inside thead, puts tr in tbody (plugins#updated)
This commit is contained in:
commit
ea74c384b5
@ -5,12 +5,14 @@
|
|||||||
- else
|
- else
|
||||||
= form_tag(bulk_upgrade_plugins_path, method: :patch) do
|
= form_tag(bulk_upgrade_plugins_path, method: :patch) do
|
||||||
%table{class: "table table-striped table-hover"}
|
%table{class: "table table-striped table-hover"}
|
||||||
|
%thead
|
||||||
%tr
|
%tr
|
||||||
%th.col-xs-2= t('plugins.common.name')
|
%th.col-xs-2= t('plugins.common.name')
|
||||||
%th.col-xs-2= t('plugins.common.authors')
|
%th.col-xs-2= t('plugins.common.authors')
|
||||||
%th.col-xs-6= t('plugins.common.summary')
|
%th.col-xs-6= t('plugins.common.summary')
|
||||||
%th.col-xs-1= t('plugins.common.installed_version')
|
%th.col-xs-1= t('plugins.common.installed_version')
|
||||||
%th.col-xs-1= t('plugins.common.latest_version')
|
%th.col-xs-1= t('plugins.common.latest_version')
|
||||||
|
%tbody
|
||||||
- @plugins.each do |plugin|
|
- @plugins.each do |plugin|
|
||||||
%tr
|
%tr
|
||||||
%td
|
%td
|
||||||
|
Loading…
Reference in New Issue
Block a user