[PATCH conductor 4/5] Fixed deployable link

jprovazn at redhat.com jprovazn at redhat.com
Wed Dec 14 14:09:23 UTC 2011


From: Jan Provaznik <jprovazn at redhat.com>

---
 .../deployments/launch_from_catalog.html.haml      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/deployments/launch_from_catalog.html.haml b/src/app/views/deployments/launch_from_catalog.html.haml
index 0c70fcf..ffeb012 100644
--- a/src/app/views/deployments/launch_from_catalog.html.haml
+++ b/src/app/views/deployments/launch_from_catalog.html.haml
@@ -36,7 +36,7 @@
                 %td= deployable.hw_profile_for_image(image.id).storage
                 %td= deployable.hw_profile_for_image(image.id).memory
                 %td= deployable.hw_profile_for_image(image.id).architecture
-                %td= link_to deployable.xml_filename, catalog_deployable_path(deployable.catalogs.first, deployable.catalog_entries.first.id, :deployable_xml => true)
+                %td= link_to deployable.xml_filename, catalog_deployable_path(deployable.catalogs.first, deployable.id, :deployable_xml => true)
 
   .align-center
     %div= will_paginate @deployables
-- 
1.7.6




More information about the aeolus-devel mailing list