Sha256: 32546012d39416aaf66954e6feb80f0de2d6affb6642c1afdf37385b9ce7021d

Contents?: true

Size: 1022 Bytes

Versions: 4

Compression:

Stored size: 1022 Bytes

Contents

<script type="text/javascript" charset="utf-8">
$(function() {
  $(".developer").hide();
  $(".scenario").css('cursor','pointer');
});
</script>

<div class="feature">
  <div class="title">
    <a id="view" class="control" href="#">[More Detail]</a>
    <a id="expand" class="control" href="#">[Collapse All]</a>
    <div style="clear: right;"></div>
    <span class="pre"><%= @feature.keyword %>:</span>
    <span class="name"><%= @feature.value %></span>
  </div>

  <% if @feature.comments.length > 0 %>
  <div class="comments developer">
    <%= htmlify_with_newlines @feature.comments %>  
  </div>
  <% end %>

  <div class="description">
    <%= htmlify_with_newlines @feature.description %>
  </div>

  <div class="meta">
    <div class="file developer"><%= h(@feature.file) %></div>
    <div style="clear: right;"></div>
    <div class="tags developer">
      <% @feature.tags.each do |tag| %>
      <a href="<%= url_for tag %>"><%= tag.value %></a>
      <% end %>
    </div>
  </div>

  <%= yieldall %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.7.7 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.7.6 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.7.5 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.7.4 lib/templates/default/feature/html/feature.erb