Sha256: 27ec56618700506e217f1b8d7b0e34206dd21e33fec3f39e2712ca7234bd462d

Contents?: true

Size: 459 Bytes

Versions: 11

Compression:

Stored size: 459 Bytes

Contents

<div class="feature">
	<div class="title">
		<span class="pre"><%= @feature.keyword %>:</span>
		<span class="name"><%= @feature.value %></span>
	</div>

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

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

	<%= yieldall %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.7.0 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.6.4 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.6.3 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.6.1 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.6.0 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.5.4 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.5.3 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.5.2 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.5.1 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.5 lib/templates/default/feature/html/feature.erb
cucumber-in-the-yard-1.4 lib/templates/default/feature/html/feature.erb