Commit 07cd269d10cb28976a7eb1d322aa4dda284cdf54
1 parent
1599718f
Exists in
master
and in
1 other branch
One more tweak to notification emails [ci skip]
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/views/mailer/err_notification.html.haml
@@ -29,6 +29,7 @@ | @@ -29,6 +29,7 @@ | ||
29 | = @notice.where | 29 | = @notice.where |
30 | - @notice.in_app_backtrace_lines.each do |line| | 30 | - @notice.in_app_backtrace_lines.each do |line| |
31 | %p.backtrace= line | 31 | %p.backtrace= line |
32 | + %br | ||
32 | %p.heading URL: | 33 | %p.heading URL: |
33 | %p.monospace | 34 | %p.monospace |
34 | - if @notice.request['url'].present? | 35 | - if @notice.request['url'].present? |