blob: a83b3badaee3d6b4aa1dfa446c213e825154016c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.page_info
span.search = t('will_paginate.page_entries_info.search')
= page_entries_info @companies
.companies.paginated_content style="margin-top:20px;"
= table_builder CompanyDecorator.decorate_collection(@companies),
[:name, :edited_at, :published_at, :validity_period, :linecount, :transporter, :status],
["show", "delete"],
'table table-bordered'
.pagination
= will_paginate @companies, container: false, renderer: RemoteBootstrapPaginationLinkRenderer
|