diff --git a/app/cells/projects/table_cell.rb b/app/cells/projects/table_cell.rb index c02ee50fc2..e367756ed5 100644 --- a/app/cells/projects/table_cell.rb +++ b/app/cells/projects/table_cell.rb @@ -39,7 +39,7 @@ module Projects def deactivate_class_on_lft_sort if sorted_by_lft? - '-inactive' + 'op-link_inactive' end end diff --git a/app/cells/views/projects/table/show.erb b/app/cells/views/projects/table/show.erb index b4c2b77af4..856ac70110 100644 --- a/app/cells/views/projects/table/show.erb +++ b/app/cells/views/projects/table/show.erb @@ -33,21 +33,21 @@ See COPYRIGHT and LICENSE files for more details.