Sha256: 22ea730b836f9ae382b04d2f9aed9eaacb5bf4aa816d4f9767ae58401880ef29

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

- content_for :title do
  = "#{ Flms.application_name } | #{ @block.name }"

#skrollr-body
  #page
    = render partial: 'flms/elements/block', locals: { block: @block, scroll_offset: 0 }

= javascript_include_tag 'application.js'
:javascript
  $(document).ready(function(){
    skrollr.init()
  });

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flms-0.9.0 app/views/flms/blocks/show.html.haml
flms-0.1.0 app/views/flms/blocks/show.html.haml