Sha256: 972ab37bd756d93e6272ce9e0e48b3f0c8ea70ca4b5307d736580a435c340322
Contents?: true
Size: 389 Bytes
Versions: 12
Compression:
Stored size: 389 Bytes
Contents
require_relative 'helpers/indented_grid' Coprl::Presenters.define('patterns') do helpers Demo::Helpers::IndentedGrid attach 'top_nav' attach 'pattern_drawer' page_title 'Patterns' indented_grid do grid do column 12 do icon 'fa-hand-point-left', position: :left subheading 'Select a pattern' end end end attach :code, file: __FILE__ end
Version data entries
12 entries across 12 versions & 1 rubygems