Sha256: d89756a1e75d2fcfdda52b0ad5c23e03c5f61d32ed6c5912c596b211cf764ec1
Contents?: true
Size: 659 Bytes
Versions: 2
Compression:
Stored size: 659 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>[CUSTOM] 501 Not Implemented</title> <style type="text/css"> body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } div.dialog { width: 25em; padding: 0 4em; margin: 4em auto 0 auto; border: 1px solid #ccc; border-right-color: #999; border-bottom-color: #999; } h1 { font-size: 100%; color: #f00; line-height: 1.5em; } </style> </head> <body> <div class="dialog"> <h1>[CUSTOM] 501 Not Implemented</h1> <p>[CUSTOM] 501 Not Implemented</p> <%= request.filtered_parameters.inspect %> </div> </body> </html>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exceptron-0.0.2 | test/views/exceptions_custom/not_implemented.html.erb |
exceptron-0.0.2 | test/views/local_exceptions_custom/not_implemented.html.erb |