summaryrefslogtreecommitdiffstats
path: root/cloudmasterd/lib
diff options
context:
space:
mode:
Diffstat (limited to 'cloudmasterd/lib')
-rw-r--r--cloudmasterd/lib/cloudmasterd.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb
index b1fdb4b..33c094f 100644
--- a/cloudmasterd/lib/cloudmasterd.rb
+++ b/cloudmasterd/lib/cloudmasterd.rb
@@ -237,11 +237,11 @@ module Cloudmasterd::Views
div.headerLogo! {}
end
div.body! do
- div.content! do
- div.inner! do
- self << yield
- end
- end
+ div.content! do
+ div.inner! do
+ self << yield
+ end
+ end
end
end
end