You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2011/07/20 18:01:25 UTC

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

Author: marios
Date: Wed Jul 20 16:01:25 2011
New Revision: 1148825

URL: http://svn.apache.org/viewvc?rev=1148825&view=rev
Log:
Fix typo in html interface for index of images - filter by 'owner_id'

Modified:
    incubator/deltacloud/trunk/server/views/images/index.html.haml
    incubator/deltacloud/trunk/server/views/images/show.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=1148825&r1=1148824&r2=1148825&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/views/images/index.html.haml (original)
+++ incubator/deltacloud/trunk/server/views/images/index.html.haml Wed Jul 20 16:01:25 2011
@@ -19,7 +19,7 @@
         %td
           = image.name
         %td
-          = link_to image.owner_id, images_url
+          = link_to image.owner_id, images_url + "?owner_id=#{image.owner_id}"
         %td
           = image.description
 

Modified: incubator/deltacloud/trunk/server/views/images/show.html.haml
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/views/images/show.html.haml?rev=1148825&r1=1148824&r2=1148825&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/views/images/show.html.haml (original)
+++ incubator/deltacloud/trunk/server/views/images/show.html.haml Wed Jul 20 16:01:25 2011
@@ -9,7 +9,7 @@
       = @image.name
     %dt Owner
     %dd
-      = link_to @image.owner_id, image_url( :owner_id => @image.owner_id )
+      = link_to @image.owner_id, images_url + "?owner_id=#{@image.owner_id}"
     %dt Architecture
     %dd
       = @image.architecture