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

Version Path
wally-0.0.29 lib/wally/views/feature.haml
wally-0.0.28 lib/wally/views/feature.haml
wally-0.0.27 lib/wally/views/feature.haml
wally-0.0.26 lib/wally/views/feature.haml
wally-0.0.25 lib/wally/views/feature.haml
wally-0.0.24 lib/wally/views/feature.haml
wally-0.0.22 lib/wally/views/feature.haml
wally-0.0.21 lib/wally/views/feature.haml
wally-0.0.20 lib/wally/views/feature.haml
wally-0.0.19 lib/wally/views/feature.haml