* pagination theme for new admin view * align pagination widget correctly in desktop view * remove bottom pagination * re-add pagination to the bottom * use block styling for the links
4 lines
578 B
Text
4 lines
578 B
Text
<li class="flex items-center">
|
|
<%= link_to_unless current_page.first?, crayons_icon_tag("chevron-left", aria_hidden: true, class: ("admin-pagination--inactive mx-1" if current_page.first?).to_s), url, rel: "prev", remote: remote, class: "admin-pagination--link c-link c-link--icon-alone c-link--block",
|
|
aria: { label: t("views.pagination.aria_previous"), describedby: "pagination-description" } %>
|
|
</li>
|