marty 1.0.44 → 1.0.46

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +0,0 @@
1
- <h1><%= Rails.application.class.parent %> Diagnostics</h1>
2
-
3
- <table>
4
- <th width=20%>Diagnostic Name</th>
5
- <th width=10%>Status</th>
6
- <th width=70%>Description</th>
7
- <% @details.each do |d| %>
8
- <tr class="<%= d.status_css %>">
9
- <td><%= d.name %></td>
10
- <td><%= d.status_text %></td>
11
- <td class="desc"><%= d.description %></td>
12
- </tr>
13
- <% end %>
14
- </table>
15
-