You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2010/08/02 13:57:54 UTC

svn commit: r981467 - in /incubator/deltacloud/trunk/server/views: images/index.html.haml instances/index.html.haml

Author: mfojtik
Date: Mon Aug  2 11:57:53 2010
New Revision: 981467

URL: http://svn.apache.org/viewvc?rev=981467&view=rev
Log:
Fixed HAML views for RHEV-M driver

Modified:
    incubator/deltacloud/trunk/server/views/images/index.html.haml
    incubator/deltacloud/trunk/server/views/instances/index.html.haml

Modified: incubator/deltacloud/trunk/server/views/images/index.html.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/views/images/index.html.haml?rev=981467&r1=981466&r2=981467&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/views/images/index.html.haml (original)
+++ incubator/deltacloud/trunk/server/views/images/index.html.haml Mon Aug  2 11:57:53 2010
@@ -22,7 +22,7 @@
         %td
           = image.name
         %td
-          = link_to image.owner_id, images_url( :owner_id => image.owner_id )
+          = link_to image.owner_id, images_url
         %td
           = image.architecture
         %td

Modified: incubator/deltacloud/trunk/server/views/instances/index.html.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/views/instances/index.html.haml?rev=981467&r1=981466&r2=981467&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/views/instances/index.html.haml (original)
+++ incubator/deltacloud/trunk/server/views/instances/index.html.haml Mon Aug  2 11:57:53 2010
@@ -16,7 +16,7 @@
         %td
           = link_to instance.id, instance_url( instance.id )
         %td
-          = link_to instance.owner_id, images_url( instance.owner_id )
+          = link_to instance.owner_id, images_url
         %td
           = instance.name
         %td