8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
|
- if (examples = examples(@item)).any?
|
||
|
%h2 Examples
|
||
|
%dl.examples
|
||
|
- examples.each do |example|
|
||
|
%dt= link_to example.item[:title], example, :target => "_blank"
|
||
|
- if example.item[:description]
|
||
|
%dd= example.item[:description]
|