public this repo is viewable by everyone
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Friendlier error pages
Michael Hartl (author)
17 days ago
commit  d950137ddceffedb5c279d559bc2f41578f26e38
tree    04a16e4bffc4569c2bb3971e614fdfbd2226d64d
parent  320b82467f798b0a990d8f30b4cb75a4a5913e6e
...
21
22
23
 
24
25
26
27
 
 
 
 
 
 
28
 
29
30
31
...
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
0
@@ -21,10 +21,18 @@
0
 </head>
0
 
0
 <body>
0
+ <img src="/images/insoshi-banner.png" alt="Insoshi banner" />
0
   <!-- This file lives in public/404.html -->
0
   <div class="dialog">
0
     <h1>The page you were looking for doesn't exist.</h1>
0
     <p>You may have mistyped the address or the page may have moved.</p>
0
+
0
+
0
+
0
+ <p>If you believe you have reached this page in error, please email
0
+ <a href="mailto:bugs@insoshi.com">bugs@insoshi.com</a>
0
+ or file a new ticket at the <a href="http://insoshi.lighthouseapp.com/projects/9331-insoshi/overview">Insoshi Lighthouse bug tracker</a>.
0
   </div>
0
+ </p>
0
 </body>
0
 </html>
0
\ No newline at end of file
...
21
22
23
 
24
25
26
27
 
 
 
 
 
28
29
30
31
...
21
22
23
24
25
26
27
 
28
29
30
31
32
33
34
35
36
0
@@ -21,10 +21,15 @@
0
 </head>
0
 
0
 <body>
0
+ <img src="/images/insoshi-banner.png" alt="Insoshi banner" />
0
   <!-- This file lives in public/500.html -->
0
   <div class="dialog">
0
     <h1>We're sorry, but something went wrong.</h1>
0
- <p>We've been notified about this issue and we'll take a look at it shortly.</p>
0
+
0
+ <p>If you believe you have reached this page in error, please email
0
+ <a href="mailto:bugs@insoshi.com">bugs@insoshi.com</a>
0
+ or file a new ticket at the <a href="http://insoshi.lighthouseapp.com/projects/9331-insoshi/overview">Insoshi Lighthouse bug tracker</a>.
0
+ </p>
0
   </div>
0
 </body>
0
 </html>
0
\ No newline at end of file

Comments

    No one has commented yet.