diff options
| author | Matt Hicks <mhicks@localhost.localdomain> | 2008-07-10 16:37:35 -0400 |
|---|---|---|
| committer | Matt Hicks <mhicks@localhost.localdomain> | 2008-07-10 16:37:35 -0400 |
| commit | aca61fff611634abbcdd9f92faba15012368495b (patch) | |
| tree | cb0e00ebe530f18b5ab8a27720ec04e9eed92f57 /cloudmasterd | |
| parent | ac620de17d8721995a4358143346a36427893f92 (diff) | |
| download | tools-aca61fff611634abbcdd9f92faba15012368495b.tar.gz tools-aca61fff611634abbcdd9f92faba15012368495b.tar.xz tools-aca61fff611634abbcdd9f92faba15012368495b.zip | |
Genome styling update
Diffstat (limited to 'cloudmasterd')
| -rw-r--r-- | cloudmasterd/extra/cloudmasterd.spec | 2 | ||||
| -rw-r--r-- | cloudmasterd/lib/cloudmasterd.rb | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cloudmasterd/extra/cloudmasterd.spec b/cloudmasterd/extra/cloudmasterd.spec index 50a519a..a1e30e7 100644 --- a/cloudmasterd/extra/cloudmasterd.spec +++ b/cloudmasterd/extra/cloudmasterd.spec @@ -6,7 +6,7 @@ Summary: Genome library and web application for managing cloud machines Name: rubygem-%{gemname} Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/System License: GPLv2 URL: https://fedorahosted.org/genome diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb index 4386084..b1fdb4b 100644 --- a/cloudmasterd/lib/cloudmasterd.rb +++ b/cloudmasterd/lib/cloudmasterd.rb @@ -236,9 +236,13 @@ module Cloudmasterd::Views div.header! do div.headerLogo! {} end + div.body! do div.content! do + div.inner! do self << yield end + end + end end end end |
