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