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)
|
= link_to speaker.name, admin_user_path(speaker)
|
||||||
- else
|
- else
|
||||||
Unknown speaker
|
Unknown speaker
|
||||||
%td
|
%td{'data-order' => "#{event.is_highlight}"}
|
||||||
= check_box_tag @conference.short_title, event.id, event.is_highlight, class: 'switch-checkbox',
|
= check_box_tag @conference.short_title, event.id, event.is_highlight, class: 'switch-checkbox',
|
||||||
data: { size: "small" }
|
data: { size: "small" }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue