Sha256: 2b37b3792e154028afa8c431f77f5cc331091bf2903d41f3b22adac068977d9c
Contents?: true
Size: 1.03 KB
Versions: 20
Compression:
Stored size: 1.03 KB
Contents
!!! Strict %html %head %title= "500 – Internal Server Error" %style{:type=>'text/css'} :plain body { color: #222; font:14px "Helvetica", "Arial"; line-height: 20px; } #wrapper { margin:0px auto; width:600px; } h1 { margin: 0px -30px 10px -3px; font: bold 48px Georgia; line-height:48px;} img { margin: 60px 0px 0px -51px; } tt, pre { color:#666; font-family: Inconsolata, Monaco, monospace; } pre { width:600px; padding-bottom:40px; } p.summary { font-size:18px; border-bottom:1px #ccc solid; margin-bottom:60px; padding-bottom:20px; } =refresh %script{:type=>'text/javascript'} %body #wrapper %img{:src=>'/__frank__/frank-500.png'} %h1= "Something’s Wrong—" %p.summary= "The error, « <tt>#{exception.message.gsub('<','<')}</tt> »<br /> occurred in <tt>#{exception.backtrace.first.split(':')[0..1].join('</tt> on line <tt>')}</tt>." %pre :preserve #{ exception.backtrace.join("\n") }
Version data entries
20 entries across 20 versions & 1 rubygems