stadtratmonitor/app/views/kaminari/_page.html.slim

5 lines
192 B
Text
Raw Normal View History

2015-04-27 23:14:48 +02:00
li{class="#{'current' if page.current?}"}
= link_to(page, page.current? ? '#' : url,
{ :remote => remote,
:rel => page.next? ? 'next' : page.prev? ? 'prev' : nil })