You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2010/07/09 01:35:08 UTC

svn commit: r962186 - in /incubator/deltacloud/trunk/server/libexec/views: flavors/index.html.haml hardware_profiles/index.html.haml root/index.html.haml

Author: lutter
Date: Thu Jul  8 23:35:08 2010
New Revision: 962186

URL: http://svn.apache.org/viewvc?rev=962186&view=rev
Log:
* views/: whitespace cleanup

Modified:
    incubator/deltacloud/trunk/server/libexec/views/flavors/index.html.haml
    incubator/deltacloud/trunk/server/libexec/views/hardware_profiles/index.html.haml
    incubator/deltacloud/trunk/server/libexec/views/root/index.html.haml

Modified: incubator/deltacloud/trunk/server/libexec/views/flavors/index.html.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/libexec/views/flavors/index.html.haml?rev=962186&r1=962185&r2=962186&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/libexec/views/flavors/index.html.haml (original)
+++ incubator/deltacloud/trunk/server/libexec/views/flavors/index.html.haml Thu Jul  8 23:35:08 2010
@@ -1,5 +1,5 @@
 %h1
-  Flavors 
+  Flavors
 
 %table.display
   %thead
@@ -19,4 +19,3 @@
           = "#{flavor.memory} GB"
         %td
           = "#{flavor.storage} GB"
-

Modified: incubator/deltacloud/trunk/server/libexec/views/hardware_profiles/index.html.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/libexec/views/hardware_profiles/index.html.haml?rev=962186&r1=962185&r2=962186&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/libexec/views/hardware_profiles/index.html.haml (original)
+++ incubator/deltacloud/trunk/server/libexec/views/hardware_profiles/index.html.haml Thu Jul  8 23:35:08 2010
@@ -1,6 +1,6 @@
 %h1
   Hardware Profiles
- 
+
 %table.display
   %thead
     %tr
@@ -27,4 +27,3 @@
           = format_hardware_aspect profile.storage
         %td
           = profile.mutable?
-

Modified: incubator/deltacloud/trunk/server/libexec/views/root/index.html.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/libexec/views/root/index.html.haml?rev=962186&r1=962185&r2=962186&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/libexec/views/root/index.html.haml (original)
+++ incubator/deltacloud/trunk/server/libexec/views/root/index.html.haml Thu Jul  8 23:35:08 2010
@@ -1,4 +1,4 @@
-%h1 
-  Deltacloud: 
+%h1
+  Deltacloud:
   = DRIVER.to_s.titlecase
 = link_to 'API', api_url