Commit 07cd269d10cb28976a7eb1d322aa4dda284cdf54

Authored by Nathan Broadbent
1 parent 1599718f
Exists in master and in 1 other branch production

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 29 = @notice.where
30 30 - @notice.in_app_backtrace_lines.each do |line|
31 31 %p.backtrace= line
  32 + %br
32 33 %p.heading URL:
33 34 %p.monospace
34 35 - if @notice.request['url'].present?
... ...