Sha256: c293a847d0a41940770655e26da50dbc0a56ecbe336dcf7dce40ec6ede2c42f2
Contents?: true
Size: 416 Bytes
Versions: 9
Compression:
Stored size: 416 Bytes
Contents
<% if run_at = workflow.run_at %> <dl class="dl-horizontal"> <% if workflow.complete? %> <dt>Ran for</dt> <dd><%= workflow.complete_at - run_at %> seconds</dd> <% elsif workflow.failed? %> <dt>Failed in</dt> <dd><%= workflow.failed_at - run_at %> seconds</dd> <% else %> <dt>Running for</dt> <dd><%= Time.now - run_at %> seconds</dd> <% end %> </dl> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems