Sha256: 716775490734ff98b734e72eaa0760f8af1df7f9e282a0efa4bfdf8aca9eaaa6

Contents?: true

Size: 508 Bytes

Versions: 5

Compression:

Stored size: 508 Bytes

Contents

<h2 style='font-family: Arial,"Times new roman"; font-size: 90%;'><%= title %></h2>
<% if list.size > 0 -%>
  <table style='border: 1px solid #FF9933;
    border-collapse:collapse;
    padding: 5px;
    text-align:justify;
    font-family: Arial,"Times new roman";'>
    <%= render :partial => "#{state}_hosts", :locals => {:list => list } %>
  </table>
  <p style='font-family: Arial,"Times new roman"; font-size: 90%;'>Total of <%= pluralize(list.size, 'host') %></p>
<% else -%>
  <b>None!</b>
<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/host_mailer/_list.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/host_mailer/_list.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/host_mailer/_list.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/host_mailer/_list.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/host_mailer/_list.html.erb