Sha256: b862bfb10c35a2cb7beff6c4cdb598a68fa90e47ffccf1f1a06274a7bf60ea01

Contents?: true

Size: 684 Bytes

Versions: 3

Compression:

Stored size: 684 Bytes

Contents

<% @actions.each do |action| %>
  <tr class="action-error" data-timestamp="<%= action.finished_at.iso8601 %>">
    <td class="table-margin"></td>
    <td class="action-time"><%= format_time action.finished_at %></td>
    <td class="action-name"><%= link_to action[:name], action_path(slug: action[:name]) %></td>
    <td class="action-trigger"><%= action.trigger %></td>
    <td class="action-params"><%= format_action_params action.params %></td>
    <td class="action-error-message">
      <% unless action.error.type.blank? %>
        <b><%= action.error.type %></b>:
      <% end %>
      <%= action.error.message %>
    </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/errors/_actions.html.erb
houston-core-0.8.0 app/views/errors/_actions.html.erb
houston-core-0.8.0.pre2 app/views/errors/_actions.html.erb