From c2b5543d8367ac4cec61c0e57d45a48a99af412e Mon Sep 17 00:00:00 2001 From: Bogdan Gusiev Date: Fri, 15 Nov 2024 19:12:38 +0100 Subject: [PATCH] Update app/views/datagrid/_head.html.erb Co-authored-by: Bohdan Zhuravel --- app/views/datagrid/_head.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/datagrid/_head.html.erb b/app/views/datagrid/_head.html.erb index b355528..248bc0c 100644 --- a/app/views/datagrid/_head.html.erb +++ b/app/views/datagrid/_head.html.erb @@ -3,7 +3,7 @@ <%= content_tag( :th, class: { - # Adding html clases based on condition + # Adding HTML classes based on condition # Consider maintaining consistency with datagrid/rows partial "datagrid-order-active-asc": grid.ordered_by?(column, false), "datagrid-order-active-desc": grid.ordered_by?(column ,true),