Sha256: 988ffd7e2dbab58e76c1da857850de4b91411b4f05045b12765d29c7132c7378
Contents?: true
Size: 368 Bytes
Versions: 44
Compression:
Stored size: 368 Bytes
Contents
<h1><%= Rails.application.class.parent %> Diagnostics</h1> <table> <th width=20%>Diagnostic Name</th> <th width=10%>Status</th> <th width=70%>Description</th> <% @details.each do |d| %> <tr class="<%= d.status_css %>"> <td><%= d.name %></td> <td><%= d.status_text %></td> <td class="desc"><%= d.description %></td> </tr> <% end %> </table>
Version data entries
44 entries across 44 versions & 1 rubygems