compass/doc-src/layouts/partials/reference/examples.haml
2010-04-26 18:04:55 -06:00

8 lines
229 B
Plaintext

- if (examples = examples(@item)).any?
%h2 Examples
%dl.examples
- examples.each do |example|
%dt= link_to example.item[:title], example
- if example.item[:description]
%dd= example.item[:description]