diff options
author | Alex Legler <a3li@gentoo.org> | 2012-04-25 11:25:23 +0200 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2012-04-25 11:25:23 +0200 |
commit | d72bad8e9d0441d8660fba946c07024ba3ecea11 (patch) | |
tree | cfeca1ef09cafaa3e690ba003beb44a40569181e | |
parent | display masterportage and masterrsync status (diff) | |
download | infra-status-d72bad8e9d0441d8660fba946c07024ba3ecea11.tar.gz infra-status-d72bad8e9d0441d8660fba946c07024ba3ecea11.tar.bz2 infra-status-d72bad8e9d0441d8660fba946c07024ba3ecea11.zip |
last update and generation dates
-rw-r--r-- | content/css/screen.css | 4 | ||||
-rw-r--r-- | content/index.haml | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/content/css/screen.css b/content/css/screen.css index c3970c9..c4ffdcf 100644 --- a/content/css/screen.css +++ b/content/css/screen.css @@ -44,6 +44,10 @@ h3 { font-weight: 600; } +.small { + font-size: 0.75em; +} + .site-title { background-color: #f5f5f5; border-bottom: 1px solid #e8e8e8; diff --git a/content/index.haml b/content/index.haml index 814068f..070fa91 100644 --- a/content/index.haml +++ b/content/index.haml @@ -95,3 +95,12 @@ title: Index .twelvecol.last %h2 Maintenance and Outage Notices = notices + +.container + .row + .eightcol + .fourcol.small.last + Last update: + = Time.now.rfc2822 + <br />Data retrieved: + = to_date(ServiceRegistry.instance.status_data['generated']) |