Sha256: 8ffba2b73ff96f8fd6881cb60994ab1839cabb36fff00db117987182d3fad567

Contents?: true

Size: 673 Bytes

Versions: 2

Compression:

Stored size: 673 Bytes

Contents

- if include_tr
  - cssclass = cycle("alt", "")
  <tr class = "#{cssclass} tasks">

%td.event_name{"data-pending-task-id" => (t.id if t.pending?)}
  - if t.pending?
    = image_tag("icons/spinner.gif")
  - else
    %span.icon_wrap.fl.status_icons
      %span.fl{:class=>(t.overall_status=="error" ? "error_icon" : "check_icon")}
        &nbsp;&nbsp;

  %a.event_status.subpanel_element{"data-url"=>distributor_event_path(distributor.id, t.id)}
    - if t.pending?
      = t.pending_message
    - else
      = t.message

%td.event_date
  - if t.pending?
    = image_tag("icons/spinner.gif")
    = t.message
  - else
    = format_time(t.finish_time)

- if include_tr
  </tr>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
katello-2.2.2 app/views/katello/distributor_events/_event_items.html.haml
katello-1.5.0 app/views/katello/distributor_events/_event_items.html.haml