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 2011/03/14 15:54:52 UTC

svn commit: r1081408 - /incubator/deltacloud/trunk/server/views/images/index.xml.haml

Author: mfojtik
Date: Mon Mar 14 14:54:52 2011
New Revision: 1081408

URL: http://svn.apache.org/viewvc?rev=1081408&view=rev
Log:
Fixed index action in Images

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

Modified: incubator/deltacloud/trunk/server/views/images/index.xml.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/views/images/index.xml.haml?rev=1081408&r1=1081407&r2=1081408&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/views/images/index.xml.haml (original)
+++ incubator/deltacloud/trunk/server/views/images/index.xml.haml Mon Mar 14 14:54:52 2011
@@ -9,5 +9,6 @@
               - haml_concat image.send(attribute)
           - else
             - haml_concat image.send(attribute)
-      %link{ :rel => 'create_instance', :method => :post, :href => "#{instances_url};image_id=#{image.id}"}
+      %actions
+        %link{ :rel => 'create_instance', :method => :post, :href => "#{instances_url};image_id=#{image.id}"}