Sha256: f9c7e8006fee2dab3b844840c0e21fc3579e5056b6e422a8298d54f82ca83bc0
Contents?: true
Size: 638 Bytes
Versions: 12
Compression:
Stored size: 638 Bytes
Contents
require_relative '../helpers/indented_grid' Coprl::Presenters.define(:footers) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :component_drawer footer type: :small do menu 'Stuff' do item 'About (Footer)' do event :click do loads :index end end item 'Components (Footer)' do event :click do loads :components end end item 'Styles (Footer)' do event :click do loads :styles end end end end indented_grid do headline 'Footers', level: 3 attach :code, file: __FILE__ end end
Version data entries
12 entries across 12 versions & 1 rubygems