]> git.openstreetmap.org Git - rails.git/commitdiff
Use the correct logo URL on error pages
authorTom Hughes <tom@compton.nu>
Tue, 10 Jan 2012 00:16:59 +0000 (00:16 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 10 Jan 2012 00:16:59 +0000 (00:16 +0000)
public/403.html
public/404.html
public/500.html

index 667b7c7e81ade45b42a6782c9011e90a7746cf8d..3aab8ccfb00821a303923503650d757448b8422f 100644 (file)
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <body>
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <body>
-  <img src="http://www.openstreetmap.org/images/osm_logo.png" style="float:left; margin:10px">
+  <img src="/assets/osm_logo.png" style="float:left; margin:10px">
   <div style="float:left;">
     <h1>Forbidden</h1>  
     <p>The operation you requested on the OpenStreetMap server is only available to administrators (HTTP 403)</p>
   <div style="float:left;">
     <h1>Forbidden</h1>  
     <p>The operation you requested on the OpenStreetMap server is only available to administrators (HTTP 403)</p>
index 9f6b91c7ff5d97318cfa9522d8c7ab9020c1afab..94eff455f288064b3964743d9dba82393940808d 100644 (file)
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <body>
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <body>
-  <img src="http://www.openstreetmap.org/images/osm_logo.png" style="float:left; margin:10px">
+  <img src="/assets/osm_logo.png" style="float:left; margin:10px">
   <div style="float:left;">
     <h1>File not found</h1>  
     <p>Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)</p>
   <div style="float:left;">
     <h1>File not found</h1>  
     <p>Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)</p>
index b85842159dc6c633dc354a969dc5701458865379..1580caa1d4a748384ea9f249df9abf3487679df7 100644 (file)
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <body>
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <body>
-  <img src="http://www.openstreetmap.org/images/osm_logo.png" style="float:left; margin:10px">
+  <img src="/assets/osm_logo.png" style="float:left; margin:10px">
   <div style="float:left;">
     <h1>Application error</h1>
     <p>The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)</p>
   <div style="float:left;">
     <h1>Application error</h1>
     <p>The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)</p>