Sha256: 4acc21e619c6e4383c981fb013a1b88c76e6498420a4e65b0f7112bc088387b3
Contents?: true
Size: 982 Bytes
Versions: 106
Compression:
Stored size: 982 Bytes
Contents
<% td_style = "font-size: 125%; width: 33%; padding: 5px; border: 1px solid #ccc;" %> <% p_style = "font-weight: bold; margin: 5px; padding: 0px;" %> <% b_style = "color: #6bb5df;" %> <table style="border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; border-collapse: collapse; text-align: center; width: 100%"> <tbody> <tr> <td style="<%= td_style %>"> <b style="<%= b_style %>"><%= (changed_hosts.length.to_s).html_safe %></b> <p style="<%= p_style %>"><%= _('Changed').html_safe %></p> </td> <td style="<%= td_style %>"> <b style="<%= b_style %>"><%= (compliant_hosts.length.to_s).html_safe %></b> <p style="<%= p_style %>"><%= _('Compliant').html_safe %></p> </td> <td style="<%= td_style %>"> <b style="<%= b_style %>"><%= (incompliant_hosts.length.to_s).html_safe %></b> <p style="<%= p_style %>"><%= _('Incompliant').html_safe %></p> </td> </tr> </tbody> </table>
Version data entries
106 entries across 106 versions & 1 rubygems