Sha256: 2abf4026d45b108db877a23368a51fe63a102c2e34e5f759acc1b3a27b7a0712
Contents?: true
Size: 592 Bytes
Versions: 6
Compression:
Stored size: 592 Bytes
Contents
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title><%= @request_path %></title> <style> body { margin: 0; padding: 15px; color: #c52f24; background: #f5f8fa; } pre { border: 0 !important; } .container { width: 100%; } </style> </head> <body> <div class="container"> <%= @exception.message %> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems