Sha256: f1c39ac36ddcbfc50f0d058b1a481a8846c3ca0b374afb44a6837d5b7807ae6e

Contents?: true

Size: 612 Bytes

Versions: 2

Compression:

Stored size: 612 Bytes

Contents

- @title= "Mindapp Logs"
= paginate @xmains
%table{:id=>"pending-table", :width=>"100%"}
  %tr{:style=>"color:white; background-color:#97BF60;"}
    %th id
    %th task
    %th step
    %th starter
    %th begin
    %th status
  - @xmains.each do |xmain|
    - @xmain= xmain
    - next unless xmain.current_runseq
    - @runseq= Mindapp::Runseq.find(xmain.current_runseq)
    - next unless @runseq
    %tr
      %td= xmain.xid
      %td= xmain.name
      %td= @runseq.name
      %td(align="center")= xmain.user.try :code
      %td= xmain.start.strftime("%c")
      %td(align="center")= status_icon(xmain.status)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mindapp-0.0.3 lib/generators/mindapp/templates/app/views/mindapp/logs.haml
mindapp-0.0.2 lib/generators/mindapp/templates/app/views/mindapp/logs.haml