Skip to content

Commit

Permalink
Merge pull request #3221 from nard-tech/table-striped
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya authored Oct 4, 2021
2 parents 6c877ea + 0ccb67b commit 4f2ea72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/rails_admin/main/_dashboard_history.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%table.table.table-condensed.table-striped
%table.table.table-condensed.table-striped.table-hover
%thead
%tr
%th.shrink.user= t("admin.table_headers.username")
Expand Down
2 changes: 1 addition & 1 deletion app/views/rails_admin/main/dashboard.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- if @abstract_models
%table.table.table-condensed.table-striped
%table.table.table-condensed.table-striped.table-hover
%thead
%tr
%th.shrink.model-name= t "admin.table_headers.model_name"
Expand Down
2 changes: 1 addition & 1 deletion app/views/rails_admin/main/history.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%button.btn.btn-primary{type: 'submit', :'data-disable-with' => '<i class="icon-white icon-refresh"></i> '.html_safe + t('admin.misc.refresh')}
%i.icon-white.icon-refresh
= t("admin.misc.refresh")
%table#history.table.table-striped.table-condensed
%table#history.table.table-condensed.table-striped.table-hover
%thead
%tr
- columns = []
Expand Down
2 changes: 1 addition & 1 deletion app/views/rails_admin/main/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
%p
%strong= description

%table.table.table-condensed.table-striped
%table.table.table-condensed.table-striped.table-hover
%thead
%tr
- if checkboxes
Expand Down

0 comments on commit 4f2ea72

Please sign in to comment.