Sha256: f0922c3246f055392e3f1e97e1a648af08fe03f93345fdee5228a36a1367e359

Contents?: true

Size: 642 Bytes

Versions: 2

Compression:

Stored size: 642 Bytes

Contents

%td
  = time_tag_relative(object.processed_at)
%td
  = object.entity 
  = "<#{object.entity.email}>"
%td
  - if object.mailing.sequence?
    = link_to object.mailing.sequence.title, webui_sequence_path(object.mailing.sequence)
    &raquo;
  = link_to object.mailing.title, webui_mailing_path(object.mailing)
%td
  - case object.status
  - when :delivered
    %span.glyphicon.glyphicon-ok{:title => "Delivered"}
  - when :skipped
    %span.glyphicon.glyphicon-warning-sign{:title => "Skipped"}
  - when :error
    %span.glyphicon.glyphicon-remove{:title => "ERROR"}
%td.actions
  = smart_listing_item_actions delivery_log_list_actions(object)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maily_herald-webui-0.9.0 app/views/maily_herald/webui/dashboard/_log.html.haml
maily_herald-webui-0.8.0 app/views/maily_herald/webui/dashboard/_log.html.haml