PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/views/error.haml

https://github.com/swung/sagit
HAML | 12 lines | 11 code | 1 blank | 0 comment | 0 complexity | 88980ff705e93e7730b4698955bdf948 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