Sha256: b6518fab2014a90c24cd245ff098cd7da69c91a39a8c2fe13741aa51152337d2

Contents?: true

Size: 768 Bytes

Versions: 7

Compression:

Stored size: 768 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_name
    %tr
      %td
        %strong Check
      %td= @check
    %tr
      %td
        %strong State
      %td= @state.upcase
    %tr
      %td
        %strong Summary
      %td= @summary
    - if @details
      %tr
        %td
          %strong Details
        %td= @details
    %tr
      %td
        %strong Time
      %td= Time.at(@time.to_i).to_s

%p Cheers,
%p Flapjack

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flapjack-0.7.14 lib/flapjack/gateways/email/alert.html.haml
flapjack-0.7.13 lib/flapjack/gateways/email/alert.html.haml
flapjack-0.7.12 lib/flapjack/gateways/email/alert.html.haml
flapjack-0.7.11 lib/flapjack/gateways/email/alert.html.haml
flapjack-0.7.10 lib/flapjack/gateways/email/alert.html.haml
flapjack-0.7.9 lib/flapjack/gateways/email/alert.html.haml
flapjack-0.7.8 lib/flapjack/gateways/email/alert.html.haml