helps when you add the right files

This commit is contained in:
Kyle Drake 2016-01-06 14:48:07 -08:00
parent 32b4fe0d49
commit f3aab94de7

5
views/_pagination.erb Normal file
View file

@ -0,0 +1,5 @@
<% if @pagination_dataset.total_pages > 1 %>
<div class="txt-Center eps pagination">
<%== will_paginate @pagination_dataset, previous_label: '', next_label: '<i class="fa fa-arrow-right arrow"></i>' %>
</div>
<% end %>