Sha256: a0a39a9ac090c2fa9d150f21209b6d00b4e4dc93501108291fc94c6ac9ee4487
Contents?: true
Size: 547 Bytes
Versions: 2
Compression:
Stored size: 547 Bytes
Contents
#skrollr-body #page - page.blocks_to_display_with_offsets.each do |item| = render partial: 'flms/elements/block', locals: { block: item[:block], scroll_offset: item[:scroll_offset] } #blocknav %ul - page.blocks_to_display_with_offsets.each do |item| %li{ id: item[:block].name, style: block_thumbnail_div_background_style(item[:block]) } .name{ id: item[:block].name }= item[:block].title %a{ href: "\##{ item[:block].name }", id: item[:block].name, data: { scrollpos: item[:scroll_offset] } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flms-0.9.0 | app/views/flms/elements/_page.html.haml |
flms-0.1.0 | app/views/flms/elements/_page.html.haml |