Sha256: 24f20f5538593904c2d541409e9b8cd199e514ee3300c9bf3ba2bdd0f091cf61

Contents?: true

Size: 336 Bytes

Versions: 84

Compression:

Stored size: 336 Bytes

Contents

<table class="table">
  <thead>
    <tr>
      <th>event</th>
      <th>time</th>
      <th>world</th>
    </tr>
  </thead>

<% @plan.execution_history.each do |event| %>
  <tr>
    <td><%= h(event.name) %></td>
    <td><%= h(Time.at(event.time).utc) %></td>
    <td><%= h(show_world(event.world_id)) %></td>
  </tr>
<% end %>
</table>

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
dynflow-1.9.0 web/views/execution_history.erb
dynflow-1.8.3 web/views/execution_history.erb
dynflow-1.8.2 web/views/execution_history.erb
dynflow-1.8.1 web/views/execution_history.erb
dynflow-1.8.0 web/views/execution_history.erb
dynflow-1.7.0 web/views/execution_history.erb
dynflow-1.6.11 web/views/execution_history.erb
dynflow-1.6.10 web/views/execution_history.erb
dynflow-1.6.8 web/views/execution_history.erb
dynflow-1.6.7 web/views/execution_history.erb
dynflow-1.6.6 web/views/execution_history.erb
dynflow-1.6.5 web/views/execution_history.erb
dynflow-1.6.4 web/views/execution_history.erb
dynflow-1.6.3 web/views/execution_history.erb
dynflow-1.6.2 web/views/execution_history.erb
dynflow-1.6.1 web/views/execution_history.erb
dynflow-1.4.9 web/views/execution_history.erb
dynflow-1.4.8 web/views/execution_history.erb
dynflow-1.5.0 web/views/execution_history.erb
dynflow-1.4.7 web/views/execution_history.erb