mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
fix table sorting in admin/events#index
This commit is contained in:
parent
8fab09e63b
commit
b8b3703175
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
= link_to speaker.name, admin_user_path(speaker)
|
||||
- else
|
||||
Unknown speaker
|
||||
%td
|
||||
%td{'data-order' => "#{event.is_highlight}"}
|
||||
= check_box_tag @conference.short_title, event.id, event.is_highlight, class: 'switch-checkbox',
|
||||
data: { size: "small" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue