Sha256: 1745885e78f47daca686c612bbf7934f6285583c065145bfc9e86c48d40401ca

Contents?: true

Size: 893 Bytes

Versions: 5

Compression:

Stored size: 893 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title><%= localize(:server_error) %></title>
		<style type="text/css">
			body {
				background-color: white;
				color: #333333;
				font-family: Arial, sans-serif;
				margin: 0;
				padding: 36px;
				line-height: 18px;
				font-size: 14px;
			}
			.section {
				margin-bottom: 36px;
				color: #222222;
			}
			.section h1 {
				font-size: 26px;
				background-color: #dad8e4;
				padding: 18px 22px 15px 22px;
				margin: 0;
				overflow: hidden;
			}
			.article {
				border: 4px solid #dad8e4;
				padding: 24px 18px 18px 18px;
				font-size: 14px;
			}
		</style>
	</head>
	<body>
		<div class="section">
			<h1><%= localize(:server_error) %></h1>
		</div>
	</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
uzuuzu-core-0.1.3 lib/uzuuzu-core/controller/view/error/500.rhtml
uzuuzu-core-0.1.2.001 lib/uzuuzu-core/controller/view/error/500.rhtml
uzuuzu-core-0.1.2 lib/uzuuzu-core/controller/view/error/500.rhtml
uzuuzu-core-0.1.1 lib/uzuuzu-core/controller/view/error/500.rhtml
uzuuzu-core-0.1.0 lib/uzuuzu-core/controller/view/error/500.rhtml