Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 341
- Log:
Lots of changes to Hub to make it Rails 2.3.11 compatible. This is being
checked in as one large changeset because it doesn't really split down into
smaller components without having something that doesn't function in the
intermediate steps.
- Author:
- rool
- Date:
- Sat Mar 19 19:11:39 +0000 2011
- Size:
- 1225 Bytes
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | |
4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
5 | |
6 | <head> |
7 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
8 | <title>We're sorry, but something went wrong (500)</title> |
9 | <style type="text/css"> |
10 | body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
11 | div.dialog { |
12 | width: 25em; |
13 | padding: 0 4em; |
14 | margin: 4em auto 0 auto; |
15 | border: 1px solid #ccc; |
16 | border-right-color: #999; |
17 | border-bottom-color: #999; |
18 | } |
19 | h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
20 | </style> |
21 | </head> |
22 | |
23 | <body> |
24 | <!-- This file lives in public/500.html --> |
25 | <div class="dialog"> |
26 | <h1>We're sorry, but something went wrong.</h1> |
27 | <p>We've been notified about this issue and we'll take a look at it shortly.</p> |
28 | <p><small>(If you're the administrator of this website, then please read |
29 | the log file "<%= "<%s>" % "%=h RAILS_ENV %" %>.log" |
30 | to find out what went wrong.)</small></p> |
31 | </div> |
32 | |
33 | <p /> |
34 | <div align="center"> |
35 | <strong><a href="/">Go to the Home page</a></strong> |
36 | </div> |
37 | </body> |
38 | </html> |