Sha256: aac20e41f2752f6ccaf7f50ddc44f1c58f01968721aa806d56f3214da8947f69
Contents?: true
Size: 549 Bytes
Versions: 2
Compression:
Stored size: 549 Bytes
Contents
!!! 5 %html %head %title Octogate Received Events %link{rel: "stylesheet", href: "/bootstrap/css/bootstrap.css"} %body %h2 Octogate Received Events (Recently 100 Events) %table.table.table-bordered %thead %tr %th Delivery ID %th Event Type %th Repository %th Received at %tbody - received.each do |r| %tr %td= r.delivery_id %td= r.name %td= r.repository.full_name || r.repository.name %td= r.received_at.strftime("%Y/%m/%d %H:%M:%S")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
octogate-0.4.0 | web/views/received_events.haml |
octogate-0.3.0 | web/views/received_events.haml |