mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Provide value for sorting column Confirmed? in admin/users#index
This commit is contained in:
parent
acc4cc3aef
commit
2dba9287ae
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
%tr
|
||||
%td
|
||||
= user.id
|
||||
%td
|
||||
%td{ 'data-order' => "#{user.confirmed?}" }
|
||||
- if can? :toggle_confirmation, user
|
||||
= check_box_tag user.id, user.id, user.confirmed?,
|
||||
method: :patch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue