<% if @namespace %>
<% if features && !features.empty? %> <%= alpha_table(features) %> <% else %>
No Features Defined
<% end %>
Tags
<%= tags.collect {|tag| linkify(tag,tag.value) }.join(",\n") %>
<% if feature_subdirectories && !feature_subdirectories.empty? %>
Subdirectories
<%= alpha_table(feature_subdirectories) %> <% else %> <% end %>
Step Definitions & Transforms
<%= step_definitions.length %> ">Step Definitions <%= transformers.length %> ">Transforms and <%= undefined_steps.length %> ">Undefined Steps
<% end %>