Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ag-web:master commit in: views/
Date: Thu, 26 Feb 2015 13:12:35
Message-Id: 1424956343.81b24a7edfad968f499ec025fe9e179a33eebd41.a3li@gentoo
1 commit: 81b24a7edfad968f499ec025fe9e179a33eebd41
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Thu Feb 26 13:12:23 2015 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 26 13:12:23 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=81b24a7e
7
8 Use protocol-relative URI for the favicon
9
10 Fixes bug 541424 by chithanh
11
12 ---
13 views/layout.erb | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/views/layout.erb b/views/layout.erb
17 index 9a25690..fef26fa 100644
18 --- a/views/layout.erb
19 +++ b/views/layout.erb
20 @@ -9,7 +9,7 @@
21 <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css" rel="stylesheet" media="screen">
22 <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css" rel="stylesheet" media="screen">
23 <link href="/css/main.css" rel="stylesheet" media="screen">
24 - <link rel="icon" href="http://www.gentoo.org/favicon.ico" type="image/x-icon">
25 + <link rel="icon" href="//www.gentoo.org/favicon.ico" type="image/x-icon">
26 </head>
27 <body>
28 <header>