Sha256: 84e3a366c2af0d2ecca4b5147be6852ac8baaffc1a6f3a2214c6a9185ad32a47
Contents?: true
Size: 980 Bytes
Versions: 1
Compression:
Stored size: 980 Bytes
Contents
<script type="text/javascript" charset="utf-8"> $(function() { $(".developer").hide(); }); </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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber-in-the-yard-1.7.3 | lib/templates/default/feature/html/feature.erb |