Commit 1599718fa5a25635db8cac9315a245f1a8e70527
1 parent
7c90ead8
Exists in
master
and in
1 other branch
Fixed up notification email
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/mailer/err_notification.html.haml
... | ... | @@ -29,7 +29,6 @@ |
29 | 29 | = @notice.where |
30 | 30 | - @notice.in_app_backtrace_lines.each do |line| |
31 | 31 | %p.backtrace= line |
32 | - %br | |
33 | 32 | %p.heading URL: |
34 | 33 | %p.monospace |
35 | 34 | - if @notice.request['url'].present? |
... | ... | @@ -37,7 +36,8 @@ |
37 | 36 | %p.heading BROWSER: |
38 | 37 | %p.monospace |
39 | 38 | = user_agent_graph(@notice.problem) |
40 | - %p.heading BACKTRACE: | |
39 | + %br | |
40 | + %p.heading FULL BACKTRACE: | |
41 | 41 | - @notice.backtrace_lines.each do |line| |
42 | 42 | %p.backtrace= line |
43 | 43 | %br | ... | ... |