[odrs-web/production] trivial: Fix static images harder
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web/production] trivial: Fix static images harder
- Date: Thu, 6 Jul 2017 13:47:00 +0000 (UTC)
commit b3cec421bd8d51ca73aa4d44936484ee68ef0cd3
Author: Richard Hughes <richard hughsie com>
Date: Thu Jul 6 14:46:51 2017 +0100
trivial: Fix static images harder
app/templates/default.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/templates/default.html b/app/templates/default.html
index 03af216..9c8db80 100644
--- a/app/templates/default.html
+++ b/app/templates/default.html
@@ -6,8 +6,8 @@
<head>
<title>{% block title %}{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
- <link href="/static/layout.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/style.css" rel="stylesheet" type="text/css" media="all" />
+ <link href="/layout.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/style.css" rel="stylesheet" type="text/css" media="all" />
<link rel="icon" type="image/png" href="https://www.gnome.org/img/logo/foot-16.png" />
<link rel="SHORTCUT ICON" type="image/png" href=
"https://www.gnome.org/img/logo/foot-16.png" />
@@ -28,7 +28,7 @@
<div id="logo_bar" class="container_12">
<div id="logo" class="grid_3">
- <a title="Go to home page" href="https://odrs.gnome.org/"><img src="/static/gnome-odrs.png"
alt="GNOME: Open Desktop Review Server" /></a>
+ <a title="Go to home page" href="https://odrs.gnome.org/"><img src="/gnome-odrs.png" alt="GNOME:
Open Desktop Review Server" /></a>
</div>
<div id="top_bar" class="grid_9">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]