Froze rails gems
[depot.git] / vendor / rails / actionpack / lib / action_controller / templates / rescues / layout.erb
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>Action Controller: Exception caught</title>
4 <style>
5 body { background-color: #fff; color: #333; }
6
7 body, p, ol, ul, td {
8 font-family: verdana, arial, helvetica, sans-serif;
9 font-size: 13px;
10 line-height: 18px;
11 }
12
13 pre {
14 background-color: #eee;
15 padding: 10px;
16 font-size: 11px;
17 }
18
19 a { color: #000; }
20 a:visited { color: #666; }
21 a:hover { color: #fff; background-color:#000; }
22 </style>
23 </head>
24 <body>
25
26 <%= @contents %>
27
28 </body>
29 </html>