[More Detail] [Collapse All]
<%= @feature.keyword %>: <%= @feature.value %>
<% if @feature.comments.length > 0 %>
<%= htmlify_with_newlines @feature.comments %>
<% end %>
<%= htmlify_with_newlines @feature.description %>
<%= h(@feature.file) %>
<% @feature.tags.each do |tag| %> <%= tag.value %> <% end %>
<%= yieldall %>