sheerun/rails4-bootstrap

View on GitHub
app/views/errors/show.slim

Summary

Maintainability
Test Coverage
/ Generic template for errors
.dialog
  h1
    = Rack::Utils::HTTP_STATUS_CODES[status_code] || "Internal Server Error"
    = " (#{status_code})"
p= error_message