Sha256: 0bc397985c12f79395e1a8c620260acfd5f50381b582bc98a9dcb613fcd81e0f
Contents?: true
Size: 523 Bytes
Versions: 10
Compression:
Stored size: 523 Bytes
Contents
%h2 = @feature["name"] - if @feature["path"] %p from %em = @feature["path"] %section{:class=>"scenarios"} %section{:class => 'feature'} :markdown #{@feature["description"]} - if @feature["description"] %h2 Scenarios %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}
Version data entries
10 entries across 10 versions & 1 rubygems