Sha256: d0488dcbe2d02fa74ba36a7444a1f0228cec973fab1b3f95bff54a9321eb7e27

Contents?: true

Size: 917 Bytes

Versions: 4

Compression:

Stored size: 917 Bytes

Contents

!!! 5
%html{:lang => 'en'}
  %head
    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
    <!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    %meta{:content => 'text/html; charset=utf-8', 'http-equiv' => 'Content-Type'}
    %meta{:name => :viewport, :content => 'width=device-width,initial-scale=1'}
    %title= @title.present? ? "#{@title} | Padrino Admin" : "#{pat(:custom_errors.title)} | Padrino Admin"
    =favicon_tag 'favicon.ico'
    %link{:href => 'http://fonts.googleapis.com/css?family=Varela', :rel => :stylesheet}
    =stylesheet_link_tag 'bootstrap', 'application'
  %body
    .custom-error.text-center
      .custom-error-body.muted= yield
      .custom-error-footer
        =link_to tag_icon('arrow-left'), "#", :onclick => "history.go(-1);return false;", :class =>"custom-error-go-back btn pull-left", :title => "Go back"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
padrino-admin-0.11.3 lib/padrino-admin/generators/templates/haml/app/layouts/error.haml.tt
padrino-admin-0.11.2 lib/padrino-admin/generators/templates/haml/app/layouts/error.haml.tt
padrino-admin-0.11.1 lib/padrino-admin/generators/templates/haml/app/layouts/error.haml.tt
padrino-admin-0.11.0 lib/padrino-admin/generators/templates/haml/app/layouts/error.haml.tt