Created At | Code | Commit | Source | Message | Stacktrace |
---|---|---|---|---|---|
<%= compact_time(exception.created_at) %> | <%= exception.code %> | <%= exception.version.present? ? link_to(exception.version, GitHelper.commit_url(exception.version)) : "Unknown" %> | <%= exception.extra_params["source"] %> | <%= truncate(exception.message, length: 50) %> | <%= link_to("View", admin_exception_path(exception)) %> |