Sha256: 9d468fa46f24709013a68ac4edb46071ba9d8fbbda60c266c8eaed2641e63a93
Contents?: true
Size: 605 Bytes
Versions: 153
Compression:
Stored size: 605 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Action Controller: Exception caught</title> <style> body { background-color: #fff; color: #333; } body, p, ol, ul, td { font-family: helvetica, verdana, arial, sans-serif; font-size: 13px; line-height: 18px; } pre { background-color: #eee; padding: 10px; font-size: 11px; white-space: pre-wrap; } a { color: #000; } a:visited { color: #666; } a:hover { color: #fff; background-color:#000; } </style> </head> <body> <%= yield %> </body> </html>
Version data entries
153 entries across 114 versions & 18 rubygems