[odrs-web/production] trivial: Try to make static images work
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web/production] trivial: Try to make static images work
- Date: Thu, 6 Jul 2017 13:43:56 +0000 (UTC)
commit 15a9d619a949d39e7678ab0f446e0a2ee07c83dc
Author: Richard Hughes <richard hughsie com>
Date: Thu Jul 6 14:43:46 2017 +0100
trivial: Try to make static images work
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 383725f..03af216 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="layout.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="style.css" rel="stylesheet" type="text/css" media="all" />
+ <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 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="gnome-odrs.png" alt="GNOME: Open
Desktop Review Server" /></a>
+ <a title="Go to home page" href="https://odrs.gnome.org/"><img src="/static/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]