asciinema.org/app/views/kaminari/_first_page.html.erb

4 lines
112 B
Plaintext
Raw Normal View History

<li>
<%= link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, :remote => remote %>
</li>