Sha256: 616e76dcc0146d9da861387a461af83184f3f3ba13e71dc743d545b7e32b9b8a

Contents?: true

Size: 506 Bytes

Versions: 11

Compression:

Stored size: 506 Bytes

Contents

%h2
  = @feature.gherkin["name"]
%p
  from
  %em
    = @feature.path
%section{:class=>"scenarios"}
  %section{:class => 'feature'}
    :markdown
      #{@feature.gherkin["description"]}
- if @feature.gherkin["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

11 entries across 11 versions & 1 rubygems

Version Path
wally-0.0.40 lib/wally/views/feature.haml
wally-0.0.39 lib/wally/views/feature.haml
wally-0.0.38 lib/wally/views/feature.haml
wally-0.0.37 lib/wally/views/feature.haml
wally-0.0.36 lib/wally/views/feature.haml
wally-0.0.35 lib/wally/views/feature.haml
wally-0.0.34 lib/wally/views/feature.haml
wally-0.0.33 lib/wally/views/feature.haml
wally-0.0.32 lib/wally/views/feature.haml
wally-0.0.31 lib/wally/views/feature.haml
wally-0.0.30 lib/wally/views/feature.haml