Sha256: c0c275a87082154ff0b10a1f6f83997ea2059e5e61f59efa2684449f83660641

Contents?: true

Size: 635 Bytes

Versions: 9

Compression:

Stored size: 635 Bytes

Contents

class Brief::Apps::Blueprint::Release
  include Brief::Model

  defined_in Pathname(__FILE__)

  meta do
    title
    status
    projects
    personas
    tags Array
  end

  content do
    paragraph "p:first-of-type"
    paragraps "p"
    title "h1:first-of-type", :hide => true
    tagline "h2:first-of-type", :hide => true
    yaml_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true

    define_section "Features" do
      each("h2").has(:title     => "h2",
                     :paragraph => "p:first-of-type",
                     :components   => "p:first-of-type strong"
                    )
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
brief-1.12.7 apps/blueprint/models/release.rb
brief-1.12.6 apps/blueprint/models/release.rb
brief-1.12.5 apps/blueprint/models/release.rb
brief-1.12.4 apps/blueprint/models/release.rb
brief-1.12.3 apps/blueprint/models/release.rb
brief-1.12.2 apps/blueprint/models/release.rb
brief-1.12.1 apps/blueprint/models/release.rb
brief-1.12.0 apps/blueprint/models/release.rb
brief-1.11.10 apps/blueprint/models/release.rb