Sha256: 18a35e86f21d4bae476e9d002c73ed0788e3ae7c6f6fc000f3d1d7fc92447cb0
Contents?: true
Size: 521 Bytes
Versions: 4
Compression:
Stored size: 521 Bytes
Contents
@import '_link.plogic'; @import '_read.plogic'; #groups { logic: { for @group in @groups _elem end } } #link_to_prev_page { stag: start_link_tag :page=>@group_pages.current.previous; logic: { if @group_pages.current.previous _elem end } } #link_to_next_page { stag: start_link_tag :page=>@group_pages.current.next; logic: { if @group_pages.current.next _elem end } } #link_to_members { stag: start_link_tag :action=>'list', :controller=>'members'; }
Version data entries
4 entries across 4 versions & 1 rubygems