Commit 5ef7ff2a9bc48c473c16b710a7f0fc2fd1501a35

Authored by Nathan B
2 parents 98a34084 476ff680
Exists in master and in 1 other branch production

Merge pull request #83 from gorenje/master

show app server hostname and release directory
Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
app/views/notices/_summary.html.haml
... ... @@ -19,3 +19,9 @@
19 19 %tr
20 20 %th Browser
21 21 %td= user_agent_graph(notice.err)
  22 + %tr
  23 + %th App Server
  24 + %td= notice.server_environment && notice.server_environment["hostname"]
  25 + %tr
  26 + %th Rel. Directory
  27 + %td= notice.server_environment && notice.server_environment["project-root"]
... ...