Sha256: c245e7d1133d8bd1013de3693692c01217dcf65490f4ff8baf8e04bcf5e7e86a
Contents?: true
Size: 758 Bytes
Versions: 3
Compression:
Stored size: 758 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="<%= @base_url %>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
3 entries across 3 versions & 1 rubygems