|
@@ -16,7 +16,7 @@
|
|
<tbody>
|
|
<tbody>
|
|
<% @checks.each do |check| %>
|
|
<% @checks.each do |check| %>
|
|
<tr>
|
|
<tr>
|
|
- <td><%= link_to check.query.name, check.query %></td>
|
|
|
|
|
|
+ <td><%= link_to check.query.name, check.query %> <span class="text-muted"><%= check.try(:check_type).to_s.gsub("_", " ") %></span></td>
|
|
<td>
|
|
<td>
|
|
<% if check.state %>
|
|
<% if check.state %>
|
|
<small class="check-state <%= check.state.parameterize("_") %>"><%= check.state.upcase %></small>
|
|
<small class="check-state <%= check.state.parameterize("_") %>"><%= check.state.upcase %></small>
|