fix No route matches static.css Error

3-1-stable
Saito 2012-05-21 12:00:24 +08:00
parent cc8369144d
commit c5b12fad44
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
<link href="static.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<link href="static.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<link href="static.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>