Navigate to examples instead of opening a new window
This commit is contained in:
parent
090e9d0706
commit
a09e143f72
@ -11,7 +11,7 @@
|
||||
- if (examples = examples(@item, mixin)).any?
|
||||
%dl.examples
|
||||
- examples.each do |example|
|
||||
%dt= link_to example.item[:title], example, :target => "_blank"
|
||||
%dt= link_to example.item[:title], example
|
||||
- if example.item[:description]
|
||||
%dd= example.item[:description]
|
||||
= mixin_source_dialog(mixin) do
|
||||
|
Loading…
Reference in New Issue
Block a user