Sha256: add98bd76be917fcdad60a46dea07ea6817ec0900a54550b4bc7c38e301797f9

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

class Brief::Apps::Blueprint::Roadmap
  include Brief::Model

  defined_in Pathname(__FILE__)

  meta do
    title
    subheading
  end

  content do
    title "h1:first-of-type"
    subheading "h2:first-of-type"

    define_section "Milestones" do
      each("h2").has(:title => "h2", :due_date => "h3:first-of-type", :paragraph => "p:first-of-type")
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
brief-1.12.7 apps/blueprint/models/roadmap.rb
brief-1.12.6 apps/blueprint/models/roadmap.rb