Sha256: b9e4ce46ce6dd851ebaa3f6701a74d5fa9c74f6fcacc4e0fe3d85f3cbb9aca5e

Contents?: true

Size: 621 Bytes

Versions: 6

Compression:

Stored size: 621 Bytes

Contents

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

	</div>

	<div class="meta">
		<div class="file">Usage: 
			<%= @tag.features.size > 0 ? "#{@tag.features.size} feature#{@tag.features.size > 1 ? 's' : ''} (with #{@tag.indirect_scenarios.size} scenario#{@tag.indirect_scenarios.size > 1 ? 's' : ''})" : "" %>
			<%= " and " if @tag.features.size > 0 && @tag.scenarios.size > 0 %>
			<%= @tag.scenarios.size > 0 ? "#{@tag.scenarios.size} scenario#{@tag.scenarios.size > 1 ? 's' : ''}" : "" %>
		</div>		
	</div>

	<%= yieldall :object => @tag %>

</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.5.4 lib/templates/default/tag/html/tag.erb
cucumber-in-the-yard-1.5.3 lib/templates/default/tag/html/tag.erb
cucumber-in-the-yard-1.5.2 lib/templates/default/tag/html/tag.erb
cucumber-in-the-yard-1.5.1 lib/templates/default/tag/html/tag.erb
cucumber-in-the-yard-1.5 lib/templates/default/tag/html/tag.erb
cucumber-in-the-yard-1.4 lib/templates/default/tag/html/tag.erb