Sha256: eaed88c967f37082635231eb42e5c5272627aeb1c99b71c278e2001a3e40bad9
Contents?: true
Size: 609 Bytes
Versions: 2
Compression:
Stored size: 609 Bytes
Contents
- @title= "Error 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 message - @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(style="width:50%")= xmain.xvars["error"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mindapp-0.0.3 | lib/generators/mindapp/templates/app/views/mindapp/error_logs.haml |
mindapp-0.0.2 | lib/generators/mindapp/templates/app/views/mindapp/error_logs.haml |