Scrollable tables in settings pages (#4857)
* Scrollable tables in settings pages * Add space before curly brace
This commit is contained in:
parent
baa8b82179
commit
3c45d3963a
15 changed files with 262 additions and 249 deletions
|
@ -10,17 +10,18 @@
|
|||
|
||||
= form_tag do
|
||||
|
||||
%table.table
|
||||
%thead
|
||||
%tr
|
||||
-# %th
|
||||
%th= t('admin.reports.id')
|
||||
%th= t('admin.reports.target')
|
||||
%th= t('admin.reports.reported_by')
|
||||
%th= t('admin.reports.comment.label')
|
||||
%th= t('admin.reports.report_contents')
|
||||
%th
|
||||
%tbody
|
||||
= render @reports
|
||||
.table-wrapper
|
||||
%table.table
|
||||
%thead
|
||||
%tr
|
||||
-# %th
|
||||
%th= t('admin.reports.id')
|
||||
%th= t('admin.reports.target')
|
||||
%th= t('admin.reports.reported_by')
|
||||
%th= t('admin.reports.comment.label')
|
||||
%th= t('admin.reports.report_contents')
|
||||
%th
|
||||
%tbody
|
||||
= render @reports
|
||||
|
||||
= paginate @reports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue