~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>
 
 
b'\\ No newline at end of file'