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