Skip to content

Commit

Permalink
Do not override all 'ticks' on users list
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Aug 3, 2023
1 parent 6fdc8f9 commit 29e80ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/overrides/users/index.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Deface::Override.new :virtual_path => 'users/index',
:name => 'add-sudoer-info-to-admin-users-table',
:original => 'edc31bce1cac515de516f73c53f92a61c942301f',
:replace => 'td.tick',
:replace => 'td.tick:first',
:partial => 'sudo/users-table'

0 comments on commit 29e80ce

Please sign in to comment.