Sha256: 091a182d45ae1aa503d0d52d72383fbc8fdf48993587574dc7099992b18e7754
Contents?: true
Size: 774 Bytes
Versions: 3
Compression:
Stored size: 774 Bytes
Contents
<% @actions.each do |action| %> <tr class="action" data-timestamp="<%= action.started_at.iso8601 %>"> <td class="table-margin"></td> <td class="action-time"><%= format_time action.started_at %></td> <td class="action-duration"><%= format_duration action.duration %></td> <td class="action-trigger"><%= action.trigger %></td> <td class="action-params"><%= format_action_params action.params %></td> <td class="action-succeded"><%= format_action_state action %></td> <td class="action-exception"> <% if action.error %> <% unless action.error.type.blank? %> <b><%= action.error.type %></b>: <% end %> <%= action.error.message %> <% end %> <td> <td class="table-margin"></td> </tr> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
houston-core-0.8.1 | app/views/actions/_actions.html.erb |
houston-core-0.8.0 | app/views/actions/_actions.html.erb |
houston-core-0.8.0.pre2 | app/views/actions/_actions.html.erb |