Sha256: 70776ebfaeea8a3c831a4448ec00088f69fe7b2b8490502fcdc1382e546b184d

Contents?: true

Size: 524 Bytes

Versions: 9

Compression:

Stored size: 524 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

9 entries across 9 versions & 2 rubygems

Version Path
nuker-2.0.0 lib/nuker/views/feature.haml
nuker-1.0.0 lib/nuker/views/feature.haml
wally-0.0.47 lib/wally/views/feature.haml
wally-0.0.46 lib/wally/views/feature.haml
wally-0.0.45 lib/wally/views/feature.haml
wally-0.0.44 lib/wally/views/feature.haml
wally-0.0.43 lib/wally/views/feature.haml
wally-0.0.42 lib/wally/views/feature.haml
wally-0.0.41 lib/wally/views/feature.haml