fix empty pagination div
This commit is contained in:
parent
4324ba31c5
commit
a59a5d0557
1 changed files with 5 additions and 3 deletions
|
@ -31,9 +31,11 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<% if @notifications.total_pages > 1 %>
|
||||||
<div class="centerContent pagination">
|
<div class="centerContent pagination">
|
||||||
<%= paginate @notifications %>
|
<%= paginate @notifications %>
|
||||||
</div>
|
</div>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
<%= render partial: 'shared/back_to_mapping' %>
|
<%= render partial: 'shared/back_to_mapping' %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue