diff options
| author | Saito <saitowu@gmail.com> | 2012-05-21 12:00:24 +0800 |
|---|---|---|
| committer | Saito <saitowu@gmail.com> | 2012-05-23 11:00:51 +0800 |
| commit | c5b12fad44237159eca65a7ea5d7948505a3adca (patch) | |
| tree | c33a042ff7b9ebec7579c3689519c996f71c9c60 /public/500.html | |
| parent | cc8369144db2147d2956e8dd7d314e9a7dfd4fbb (diff) | |
| download | gitlab-ce-c5b12fad44237159eca65a7ea5d7948505a3adca.tar.gz | |
fix No route matches static.css Error
Diffstat (limited to 'public/500.html')
| -rw-r--r-- | public/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/500.html b/public/500.html index 36e14b802ee..2868de5e686 100644 --- a/public/500.html +++ b/public/500.html @@ -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> |
