Sha256: 89f8da7e4c3edcd1844b04f0637b566dcb2f2793550dbf188811a9fd4c63c172
Contents?: true
Size: 356 Bytes
Versions: 46
Compression:
Stored size: 356 Bytes
Contents
<% summary = @alert.summary -%> <%= @alert.type_sentence_case %>: '<%= @alert.check %>' on <%= @alert.entity -%> <% unless ['acknowledgement', 'test'].include?(@alert.notification_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
46 entries across 14 versions & 1 rubygems