Sha256: f1ae1693f97a61961877c236173695f5119592aeccea48a8db731c98d7aed96b

Contents?: true

Size: 443 Bytes

Versions: 7

Compression:

Stored size: 443 Bytes

Contents

- 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"]
          - scenario["tags"].each do |tag|
            %span.label.notice
              = tag["name"]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wally-0.0.13 lib/wally/views/feature.haml
wally-0.0.12 lib/wally/views/feature.haml
wally-0.0.11 lib/wally/views/feature.haml
wally-0.0.10 lib/wally/views/feature.haml
wally-0.0.9 lib/wally/views/feature.haml
wally-0.0.8 lib/wally/views/feature.haml
wally-0.0.7 lib/wally/views/feature.haml