mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Puts th inside thead, puts tr in tbody
This commit is contained in:
parent
c021a77d35
commit
c8b4136546
@ -1,9 +1,10 @@
|
|||||||
%table.table.table-hover.table-bordered
|
%table.table.table-hover.table-bordered
|
||||||
%tbody
|
%thead
|
||||||
%tr
|
%tr
|
||||||
%th= t('terms.backup_file')
|
%th= t('terms.backup_file')
|
||||||
%th= t('terms.backup_time')
|
%th= t('terms.backup_time')
|
||||||
%th= t('terms.note')
|
%th= t('terms.note')
|
||||||
|
%tbody
|
||||||
- @backup_files.each do |file|
|
- @backup_files.each do |file|
|
||||||
%tr
|
%tr
|
||||||
%td= link_to(file.name, daemon_setting_history_path(id: file.file_id))
|
%td= link_to(file.name, daemon_setting_history_path(id: file.file_id))
|
||||||
|
Loading…
Reference in New Issue
Block a user