comment_notification.text.erb
611 Bytes
<%= @user.name %> has just commented on an error that occurred in <%= @notice.environment_name %>: <%= raw(@notice.message) %>
This err has occurred <%= pluralize @notice.problem.notices_count, 'time' %>. You should really look into it here:
<%= app_problem_url(@app, @notice.problem) %>
COMMENT:
<%= @comment.body %>
-----------------------------------------------
ERROR MESSAGE:
<%= raw(@notice.message) %>
WHERE:
<%= @notice.where %>
<% @notice.in_app_backtrace_lines.each do |line| %>
<%= line %>
<% end %>
URL:
<%= @notice.request['url'] %>
BROWSER:
<%= @notice.user_agent_string %>