- if @feature["path"] %pre = @feature["path"] - if @feature["description"] %h2 Scenarios %section{:class=>"scenarios"} %section{:class => 'feature'} :markdown #{@feature["description"]} %ul - get_sorted_scenarios(@feature).each do |scenario| %li %a{:href => get_scenario_url(scenario)} = scenario["name"] - if scenario["tags"] = haml :tag_links, {:locals => {:tags => scenario["tags"]}, :layout => false}