提交 d2a12e02 编写于 作者: D Dmitriy Zaporozhets

Merge pull request #849 from SaitoWu/bugfix/css

fix No route matches static.css Error
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册