Sha256: 1e97f204b1ff077dc6d8b0795a8761a4f5452297cabafb22bfa919efed1344a7
Contents?: true
Size: 323 Bytes
Versions: 3
Compression:
Stored size: 323 Bytes
Contents
<% summary = @alert.summary -%> <%= @alert.type_sentence_case %>: <%= "'#{@check.name}'" -%> <% unless ['acknowledgement', 'test'].include?(@alert.type) -%> is <%= @alert.state_title_case -%> <% end -%> at <%= Time.at(@alert.time).strftime('%-d %b %H:%M') %><%= (summary.nil? || summary.empty?) ? '' : ", #{summary}" -%>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flapjack-2.0.0 | lib/flapjack/gateways/aws_sns/alert.text.erb |
flapjack-2.0.0rc1 | lib/flapjack/gateways/aws_sns/alert.text.erb |
flapjack-2.0.0b1 | lib/flapjack/gateways/aws_sns/alert.text.erb |