summaryrefslogtreecommitdiffstats
path: root/cloudmasterd
diff options
context:
space:
mode:
authorMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-06-30 14:26:07 -0400
committerMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-06-30 14:26:25 -0400
commit7c539e2807378afda72f290b453f613a66633b5d (patch)
treeed24bc3944d30ffb49e505eeaf6b2e53ad0c8fd2 /cloudmasterd
parent9530b2196d0fe3ac87801cc0e5ced208ba394025 (diff)
downloadtools-7c539e2807378afda72f290b453f613a66633b5d.tar.gz
tools-7c539e2807378afda72f290b453f613a66633b5d.tar.xz
tools-7c539e2807378afda72f290b453f613a66633b5d.zip
More styling tweaks
Diffstat (limited to 'cloudmasterd')
-rw-r--r--cloudmasterd/extra/cloudmasterd.spec2
-rw-r--r--cloudmasterd/lib/cloudmasterd.rb3
2 files changed, 4 insertions, 1 deletions
diff --git a/cloudmasterd/extra/cloudmasterd.spec b/cloudmasterd/extra/cloudmasterd.spec
index cb9a8b5..5ca9911 100644
--- a/cloudmasterd/extra/cloudmasterd.spec
+++ b/cloudmasterd/extra/cloudmasterd.spec
@@ -6,7 +6,7 @@
Summary: Everest library and web application for managing cloud machines
Name: rubygem-%{gemname}
Version: 1.0.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Group: Applications/System
License: GPLv2
URL: https://fedorahosted.org/everest
diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb
index a52f8c8..a2dcc22 100644
--- a/cloudmasterd/lib/cloudmasterd.rb
+++ b/cloudmasterd/lib/cloudmasterd.rb
@@ -232,6 +232,9 @@ module Cloudmasterd::Views
link :rel => 'stylesheet', :type => 'text/css', :href => "/styles.css", :media => 'screen'
end
body do
+ div.header! do
+ div.headerLogo! {}
+ end
div.content! do
self << yield
end