summaryrefslogtreecommitdiffstats
path: root/example/view/url1/meth0.haml
blob: 3e946bfa14365849c934ff0fcf7d6687ca6fba4e (plain)
1
2
3
4
5
6
7
%h3='url1 meth0 view'
-options.each do |k,v|
  %p="#{k} => #{v}"
%p
  - @links.each do |href,name|
    %a{:href=>href}=name
    %br