diff options
| author | cedricnjanga | 2017-11-03 10:09:13 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-11-06 10:26:16 +0100 |
| commit | 078f03093f23f6979f6a6065809a84fe0859ea04 (patch) | |
| tree | aae77aba13a3695927b065e8d3ae6a07398e5ec0 /app/views/compliance_control_sets | |
| parent | 9ac53bd73a96bd48b670b159e333c24cdff8f19f (diff) | |
| download | chouette-core-078f03093f23f6979f6a6065809a84fe0859ea04.tar.bz2 | |
Refs #4838 Add pagination to CCS#index
Diffstat (limited to 'app/views/compliance_control_sets')
| -rw-r--r-- | app/views/compliance_control_sets/index.html.slim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/compliance_control_sets/index.html.slim b/app/views/compliance_control_sets/index.html.slim index 02d40c813..8ea9250b3 100644 --- a/app/views/compliance_control_sets/index.html.slim +++ b/app/views/compliance_control_sets/index.html.slim @@ -48,6 +48,8 @@ sortable: true, links: [:show], cls: 'table has-filter has-search' + + = new_pagination @compliance_control_sets, 'pull-right' - unless @compliance_control_sets.any? .row.mt-xs .col-lg-12 |
