apps/blueprint/models/release.rb in brief-1.12.7 vs apps/blueprint/models/release.rb in brief-1.12.8
- old
+ new
@@ -4,17 +4,19 @@
defined_in Pathname(__FILE__)
meta do
title
status
- projects
personas
+ project
tags Array
+ projects Array
end
content do
paragraph "p:first-of-type"
- paragraps "p"
+ paragraphs "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