Sha256: e2bd757b49914414a736ff3b4237bc754aa5f88e3988b335a0d29f9d37dc435f
Contents?: true
Size: 679 Bytes
Versions: 14
Compression:
Stored size: 679 Bytes
Contents
%style{:type => "text/css", :media => "screen"} :plain #container { text-transform: uppercase; } table { border-collapse: collapse; } table, th, td { border: 1px solid #666; padding: 4px; } %p= "Hi #{@contact_first_name}," %p Monitoring has detected the following: %table %tbody %tr %td %strong Entity %td= @entity %tr %td %strong Check %td= @check %tr %td %strong State %td= @state.upcase %tr %td %strong Summary %td= @summary %tr %td %strong Time %td= Time.at(@time.to_i).to_s %p Cheers, %p Flapjack
Version data entries
14 entries across 14 versions & 1 rubygems