Sha256: c5ae16fbab2d1430dfb1b980286f698c9dd3b78b22f9ee0d9d951a77b767f152
Contents?: true
Size: 576 Bytes
Versions: 35
Compression:
Stored size: 576 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; } a { color: #000; } a:visited { color: #666; } a:hover { color: #fff; background-color:#000; } </style> </head> <body> <%= yield %> </body> </html>
Version data entries
35 entries across 35 versions & 3 rubygems