Sha256: 29c47e787bcfc115eeeedc63c614540d803ae11a9dd6da7a99a5210684541d65

Contents?: true

Size: 277 Bytes

Versions: 4

Compression:

Stored size: 277 Bytes

Contents

# -*- encoding : utf-8 -*-
include Card::Set::Type::Html

view :editor, :type=>:html
view :closed_content, :type=>:html

format :html do
  view :core do |args|
    with_inclusion_mode :template do
      process_content ::CodeRay.scan( _render_raw, :html ).div
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wagn-1.12.13 mods/standard/sets/type/layout_type.rb
wagn-1.12.12 mods/standard/sets/type/layout_type.rb
wagn-1.12.11 mods/standard/sets/type/layout_type.rb
wagn-1.12.10 mods/standard/sets/type/layout_type.rb