diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/sip_accounts/_index_core.html.haml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/sip_accounts/_index_core.html.haml b/app/views/sip_accounts/_index_core.html.haml index 7f393d7..d91a3ef 100644 --- a/app/views/sip_accounts/_index_core.html.haml +++ b/app/views/sip_accounts/_index_core.html.haml @@ -1,6 +1,7 @@ -.pagination - - if defined?(users.total_pages) - = will_paginate users, :renderer => BootstrapPagination::Rails + +- if defined?(users.total_pages) + = will_paginate users, :renderer => BootstrapPagination::Rails, :previous_label => raw('<i class = "icon-chevron-left"></i>'), :next_label => raw('<i class = "icon-chevron-right"></i>') + %table.table.table-striped %thead %tr |