summaryrefslogtreecommitdiffstats
path: root/app/views/admin/info.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/info.html.erb')
-rw-r--r--app/views/admin/info.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/info.html.erb b/app/views/admin/info.html.erb
index 14d33bab0..2be1d28fd 100644
--- a/app/views/admin/info.html.erb
+++ b/app/views/admin/info.html.erb
@@ -6,8 +6,7 @@
<% @checklist.each do |label, result| %>
<tr class="<%= cycle 'odd', 'even' %>">
<td class="name"><%= label.is_a?(Symbol) ? l(label) : label %></td>
- <td class="tick"><%= image_tag((result ? 'true.png' : 'exclamation.png'),
- :style => "vertical-align:bottom;") %></td>
+ <td class="tick"><span class="icon-only <%= (result ? 'icon-ok' : 'icon-error') %>"></span></td>
</tr>
<% end %>
</table>