Avoid adding empty P tags
This commit is contained in:
parent
44fe907d59
commit
9d102d72e6
1 changed files with 8 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
|||
p
|
||||
- if items.length>0
|
||||
// Use different pagination navigators depending on the screen width
|
||||
div.show-for-large
|
||||
=will_paginate items, renderer: FoundationPagination::Rails, inner_window: 3, previous_label: '', next_label: ''
|
||||
div.show-for-medium-only
|
||||
=will_paginate items, renderer: FoundationPagination::Rails, inner_window: 1, previous_label: '', next_label: ''
|
||||
div.show-for-small-only
|
||||
=will_paginate items, renderer: FoundationPagination::Rails, page_links: false, previous_label: '', next_label: ''
|
||||
p
|
||||
// Use different pagination navigators depending on the screen width
|
||||
div.show-for-large
|
||||
=will_paginate items, renderer: FoundationPagination::Rails, inner_window: 3, previous_label: '', next_label: ''
|
||||
div.show-for-medium-only
|
||||
=will_paginate items, renderer: FoundationPagination::Rails, inner_window: 1, previous_label: '', next_label: ''
|
||||
div.show-for-small-only
|
||||
=will_paginate items, renderer: FoundationPagination::Rails, page_links: false, previous_label: '', next_label: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue