Skip to content

Instantly share code, notes, and snippets.

@hachy
hachy / _first_page.html.haml
Last active February 26, 2017 06:50 — forked from manemone/_first_page.html.haml
v4.0.0-alpha.6 kaminari のページネーションリンクに Twitter Bootstrap 4 のスタイルを適用する ref: http://qiita.com/manemone@github/items/564c58ea59fb3450826c
%li.page-item.prev{ class: "#{'disabled' if current_page.first?}" }
= link_to (current_page.first? ? "#" : url), class: "page-link", "aria-label" => "First", :remote => remote do
%span{"aria-hidden" => "true"} «
%span.sr-only
= t('views.pagination.first').html_safe