Sha256: 8c8ff608d5f0b027cda27a3b5b6555ff1faf69575e96d9438158b7822daf7b09

Contents?: true

Size: 1.01 KB

Versions: 11

Compression:

Stored size: 1.01 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; }
    %script{:type=>'text/javascript'}
  %body
    #wrapper
      %img{:src=>'/__frank__/frank-500.png'}
      %h1= "Something’s Wrong—"
      %p.summary= "The error, &laquo; <tt>#{exception.message.gsub('<','&lt;')}</tt> &raquo;<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

11 entries across 11 versions & 1 rubygems

Version Path
frank-0.2.6 lib/frank/templates/500.haml
frank-0.2.5 lib/frank/templates/500.haml
frank-0.2.4 lib/frank/templates/500.haml
frank-0.2.3 lib/frank/templates/500.haml
frank-0.2.2 lib/frank/templates/500.haml
frank-0.2.1 lib/frank/templates/500.haml
frank-0.2.0 lib/frank/templates/500.haml
frank-0.1.3 lib/frank/templates/500.haml
frank-0.1.2 lib/frank/templates/500.haml
frank-0.1.1 lib/frank/templates/500.haml
frank-0.1.0 lib/frank/templates/500.haml