no intentar reordenar la tabla si no es reordenable
This commit is contained in:
parent
abade15c23
commit
beaf98bbef
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
data: { dismiss: 'alert' },
|
data: { dismiss: 'alert' },
|
||||||
'aria-label': t('help.close') }
|
'aria-label': t('help.close') }
|
||||||
%span{'aria-hidden': true} ×
|
%span{'aria-hidden': true} ×
|
||||||
%table.table.table-condensed.table-striped.table-draggable
|
%table.table.table-condensed.table-striped{class: (@site.ordered? @lang) ? 'table-draggable' : ''}
|
||||||
%tbody
|
%tbody
|
||||||
- @posts.each_with_index do |post, i|
|
- @posts.each_with_index do |post, i|
|
||||||
- if @category
|
- if @category
|
||||||
|
|
Loading…
Reference in a new issue