PageRenderTime 47ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/views/error.haml

https://github.com/danielharan/integrity
HAML | 36 lines | 33 code | 3 blank | 0 comment | 0 complexity | c341fe18ec04926bf57d27a8759ac265 MD5 | raw file
  1. .error
  2. %h1
  3. Whatever you do, DON'T PANIC!
  4. %dl
  5. %dt This is what happened:
  6. %dd
  7. %strong&= @error.message
  8. %pre.backtrace= @error.backtrace.join("\n")
  9. %dd
  10. %strong Query parameters:
  11. %pre.query_params= params.inspect
  12. %dt What can I do?
  13. %dd
  14. Is your
  15. %a{ :href => project_url(@project, :edit) } config
  16. ok?
  17. Need
  18. %a{ :href => "http://integrityapp.com/configure" } help?
  19. Remember to restart Integrity.
  20. If you think everything is fine,
  21. then drop by our irc channel:
  22. %a{ :href => "irc://irc.freenode.org:6667/integrity" } #integrity
  23. on freenode, and we'll try to help.
  24. %dt
  25. What the hell is
  26. = succeed "?" do
  27. %strong Integrity
  28. %dd
  29. Integrity is your friendly
  30. %a{ :href => "http://en.wikipedia.org/wiki/Continuous_integration" } Continuous Integration
  31. server. If you want to know more about us, check our website at
  32. = succeed "." do
  33. %a{ :href => "http://integrityapp.com" } integrityapp.com