]> git.openstreetmap.org Git - rails.git/commitdiff
Use .icon-link in shared pagination
authorAnton Khorev <tony29@yandex.ru>
Tue, 16 Apr 2024 14:56:37 +0000 (17:56 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 16 Apr 2024 15:23:24 +0000 (18:23 +0300)
app/views/shared/_pagination.html.erb

index 3a60003626725b7c7ae8a88fc40f159c293d8089..3dbce6f98280efda560b3112f203ac00af6e107d 100644 (file)
@@ -1,5 +1,5 @@
 <nav>
-  <% link_class = "page-link d-flex align-items-center gap-2 text-center" %>
+  <% link_class = "page-link icon-link text-center" %>
   <ul class="pagination">
     <% newer_link_content = capture do %>
       <%= previous_page_svg_tag :class => "flex-shrink-0 d-none d-sm-block" %>