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:
- 1045 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>The page you were looking for doesn't exist (404)</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/404.html --> |
25 | <div class="dialog"> |
26 | <h1>The page you were looking for doesn't exist.</h1> |
27 | <p>You may have mistyped the address or the page may have moved.</p> |
28 | </div> |
29 | |
30 | <p /> |
31 | <div align="center"> |
32 | <strong><a href="/">Go to the Home page</a></strong> |
33 | </div> |
34 | </body> |
35 | </html> |