Puts th inside thead, puts tr in tbody

This commit is contained in:
Ryan T. Hosford 2015-01-12 20:50:42 -06:00
parent c021a77d35
commit c8b4136546

View File

@ -1,9 +1,10 @@
%table.table.table-hover.table-bordered
%tbody
%thead
%tr
%th= t('terms.backup_file')
%th= t('terms.backup_time')
%th= t('terms.note')
%tbody
- @backup_files.each do |file|
%tr
%td= link_to(file.name, daemon_setting_history_path(id: file.file_id))