Sha256: 23ef00bd8d435de87b56863d679bd549eb952bfebf0b2279ace929293048dc0b
Contents?: true
Size: 988 Bytes
Versions: 15
Compression:
Stored size: 988 Bytes
Contents
<div class="report_container" id="<%= title_id %>"> <h2> <span class="group_name"><%= title %></span> ( <span class="blue"> <strong><%= examples_dependency.count %></strong> </span> examples ) </h2> <a name="<%= title_id %>"></a> <div class="report-table--responsive"> <table class="report-table"> <thead> <tr> <th>Example ID</th> <th>Example</th> <th>Files Count</th> <th data-orderable="false">Files Name</th> </tr> </thead> <tbody> <% examples_dependency.each do |example_dependency| %> <tr> <td><%= example_dependency[:example_id] %></td> <td><%= example_dependency[:example] %></td> <td class="number" width="8%"><strong><%= example_dependency[:files_count] %></strong></td> <td><%= example_dependency[:files] %></td> </tr> <% end %> </tbody> </table> </div> </div>
Version data entries
15 entries across 15 versions & 1 rubygems