diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/compliance_check_sets/index.html.slim | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/views/compliance_check_sets/index.html.slim b/app/views/compliance_check_sets/index.html.slim index 31ad31e5b..58df2714d 100644 --- a/app/views/compliance_check_sets/index.html.slim +++ b/app/views/compliance_check_sets/index.html.slim @@ -42,6 +42,8 @@                ],                sortable: true,                cls: 'table has-filter has-search' +               +            = new_pagination @compliance_check_sets, 'pull-right'      - unless @compliance_check_sets.any?        .row.mt-xs          .col-lg-12 | 
