Sha256: 8083e6925adbe92ab43356eab1d67c1898554907a3ef3709679a564a7c862167

Contents?: true

Size: 298 Bytes

Versions: 148

Compression:

Stored size: 298 Bytes

Contents

<% if page.current? %>
  <li class='active'>
    <%= content_tag :a, page, remote: remote, rel: (page.next? ? 'next' : (page.prev? ? 'prev' : nil)) %>
  </li>
<% else %>
  <li>
    <%= link_to page, url, remote: remote, rel: (page.next? ? 'next' : (page.prev? ? 'prev' : nil)) %>
  </li>
<% end %>

Version data entries

148 entries across 148 versions & 13 rubygems

Version Path
thecore_ui_commons-3.2.19 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.18 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.17 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.16 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.15 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.14 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.13 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.12 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.11 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.10 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.9 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.8 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.7 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.6 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.5 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.4 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.3 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.2 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.1 app/views/kaminari/_page.html.erb
thecore_ui_commons-3.2.0 app/views/kaminari/_page.html.erb