Commit 6ce9ef1bc32aabf7594d49f25df9d4b5f0905897
Exists in
master
and in
1 other branch
Merge pull request #620 from CruGlobal/619-handle-app-version-value
add app version to email notifications
Showing
2 changed files
with
10 additions
and
0 deletions
Show diff stats
app/views/mailer/err_notification.html.haml
... | ... | @@ -32,6 +32,11 @@ |
32 | 32 | = link_to_source_file(line) do |
33 | 33 | = line.to_s |
34 | 34 | %br |
35 | + - if @notice.app_version.present? | |
36 | + %p.heading APP VERSION: | |
37 | + %p.monospace | |
38 | + = @notice.app_version | |
39 | + %br | |
35 | 40 | %p.heading URL: |
36 | 41 | %p.monospace |
37 | 42 | - if @notice.request['url'].present? | ... | ... |