Sha256: be4316327ecc7bede37116306e1968c5209c95a8466196df489ca4ba7f7459f1
Contents?: true
Size: 743 Bytes
Versions: 17
Compression:
Stored size: 743 Bytes
Contents
<% page_title "#{@adjective.capitalize} Entities" %> <div class="page-header"> <h2><%= h @adjective.capitalize %> Entities</h2> </div> <p><%= h @count_failing_entities %> failing out of <%= h @count_all_entities %></p> <% if @entities.length > 0 %> <table class="table table-bordered table-hover table-condensed tablesorter"> <thead> <tr> <th data-placeholder="e.g. app[1-3]*">Entity</th> </tr> </thead> <tbody> <% @entities.sort.each do |entity| %> <tr> <td><a href="/entity/<%= CGI.escape(entity) %>"><%= h entity %></a> </td> </tr> <% end %> </tbody> </table> <% else %> <p>No check output has been processed yet, so there are no entities we can show you here.</p> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems