mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 16:13:14 +01:00
5 lines
192 B
Text
5 lines
192 B
Text
|
li{class="#{'current' if page.current?}"}
|
||
|
= link_to(page, page.current? ? '#' : url,
|
||
|
{ :remote => remote,
|
||
|
:rel => page.next? ? 'next' : page.prev? ? 'prev' : nil })
|