Sha256: 0795ff43d16423c6ea5d83543ed8fc3d4721cae1ccb2f7b603d8f4c6a618972c

Contents?: true

Size: 985 Bytes

Versions: 1

Compression:

Stored size: 985 Bytes

Contents

!!! 5
%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"}
%head
	:css
		body {
			font-family: 'Helvetica Neue';
			padding-left: 30px;
			background: #fafafa;
			padding: 0;
			margin: 0;
			margin-bottom: 100px;
		}
		h1 {
			font-size: 2.8em;
			text-shadow: 0px 2px grey;
			padding-left: 5%;
		}
		p {
			font-size: 1.8em;
			text-shadow: 0px 1px grey;
			padding-left: 5%;
			padding-right: 5%;
		}
		#trace {
			font-size: 1.2em;
			width: 80%;
			margin-left: auto;
			margin-right: auto;
			border: 2px solid #D64C49;
			padding-top: 30px;
			padding-bottom: 30px;
		}
		#footer {
			position: fixed;
			bottom: 0px;
			height: 45px;
			width: 100%;
			background-color: #E0FFD3;
			border-top: 2px solid #484939;
		}
%body	
	%h1= @error_code
	%p= @error_message
	- if @extended_message
		%p#trace= @extended_message
	#footer
		%a{:href => "http://spire.heroku.com"} Powered by Spire
		#cocoon
			%a{:href => "http://wearecocoon.com"} by Cocoon

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spire-0.4.9 lib/spire/templates/error/error.haml