Sha256: 850429571a7fd9b1eeed1ba86cb2155e1cbce312bf79d248a9202a453b6b2e21
Contents?: true
Size: 829 Bytes
Versions: 5
Compression:
Stored size: 829 Bytes
Contents
<% if error_msg.is_a?(Array) %> <%== partial 'shared/not_a_message' %> <% else %> <% error = error_msg.payload %> <tr> <td> <span class="badge bg-secondary badge-topic"> <% if error[:details].key?(:topic) %> <%= error[:details][:topic] %>: <%= error[:details][:partition] %> <% else %> <%= error[:type] %> <% end %> </span> </td> <td> <%== error[:process][:id] %> </td> <td> <%= error[:error_class] %>: <%= error[:error_message][0..199] %> </td> <td> <%== relative_time error[:occurred_at] %> </td> <td class="text-center"> <a href="<%= root_path('errors', error_msg.partition, error_msg.offset) %>" class="btn btn-sm btn-secondary text-white"> Details </a> </td> </tr> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems