Sha256: 4cf97b5dbd5b46814ac7b34bce70893aa87f37b769e92e07e5d155352aa76dd0

Contents?: true

Size: 282 Bytes

Versions: 9

Compression:

Stored size: 282 Bytes

Contents

Coprl::Presenters.define(:markup, namespace: :plugins) do
  helpers Demo::Helpers::IndentedGrid
  attach :top_nav
  attach :plugin_drawer
  plugin :markup
  page_title 'Markup'


  indented_grid do
    markup "<h1>Hello Cruel World</h1>"

    attach :code, file: __FILE__
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
coprl-3.0.0.beta.12 app/demo/plugins/markup.pom
coprl-3.0.0.beta.11 app/demo/plugins/markup.pom
coprl-3.0.0.beta.10 app/demo/plugins/markup.pom
coprl-3.0.0.beta.9 app/demo/plugins/markup.pom
coprl-3.0.0.beta.8 app/demo/plugins/markup.pom
coprl-3.0.0.beta.7 app/demo/plugins/markup.pom
coprl-3.0.0.beta.6 app/demo/plugins/markup.pom
coprl-3.0.0.beta.5 app/demo/plugins/markup.pom
coprl-3.0.0.beta.4 app/demo/plugins/markup.pom