diff --git a/app/views/admin/info.rhtml b/app/views/admin/info.rhtml index eef1a67..7b68430 100644 --- a/app/views/admin/info.rhtml +++ b/app/views/admin/info.rhtml @@ -4,10 +4,11 @@ <% @checklist.each do |label, result| %> - - - - + + + + <% end %>
<%= l(label) %><%= image_tag((result ? 'true.png' : 'exclamation.png'), :style => "vertical-align:bottom;") %>
<%= l(label) %><%= image_tag((result ? 'true.png' : 'exclamation.png'), + :style => "vertical-align:bottom;") %>