diff --git a/app/views/posts/index.haml b/app/views/posts/index.haml index 7869e38c..ff1727bc 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -62,7 +62,7 @@ data: { dismiss: 'alert' }, 'aria-label': t('help.close') } %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 - @posts.each_with_index do |post, i| - if @category