commit: b52b1bbd9459187f5fb9629b4bfee14672804aff
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sun Apr 27 13:10:38 2014 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 13:10:38 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=b52b1bbd
Load site_logo.png from CDN as well
---
views/layout.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/views/layout.erb b/views/layout.erb
index 7aa4891..1a18d87 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -39,7 +39,7 @@
</div>
</div>
<div class="logo">
- <img src="/assets/img/site-logo.png" alt="Gentoo Linux Logo"/>
+ <img
src="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.png"
alt="Gentoo Linux Logo"/>
<span class="site-label">Infra Status</span>
</div>
</div>