Allow examples to pass a description as a block.
This commit is contained in:
parent
a142306d1b
commit
03f973468f
@ -1,5 +1,7 @@
|
|||||||
%h1= @item[:title]
|
%h1= @item[:title]
|
||||||
|
|
||||||
|
= yield
|
||||||
|
|
||||||
%table#example{:cellspacing=>"0", :cellpadding=>"0", :border=>"0"}
|
%table#example{:cellspacing=>"0", :cellpadding=>"0", :border=>"0"}
|
||||||
%tr.source
|
%tr.source
|
||||||
%th HTML
|
%th HTML
|
||||||
|
Loading…
Reference in New Issue
Block a user