compass/doc-src/layouts/partials/reference/examples.haml

8 lines
229 B
Plaintext
Raw Normal View History

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