[PATCH 2/2] BZ 783075 added deployable.description to collapsed details for full display

Tzu-Mainn Chen tzumainn at redhat.com
Mon Feb 6 14:51:26 UTC 2012


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

diff --git a/src/app/views/deployments/launch_from_catalog.html.haml b/src/app/views/deployments/launch_from_catalog.html.haml
index ce35cf2..8b37b1b 100644
--- a/src/app/views/deployments/launch_from_catalog.html.haml
+++ b/src/app/views/deployments/launch_from_catalog.html.haml
@@ -19,6 +19,7 @@
               = link_to t(".details"),"#", :class => "collapse"
               = button_to t(".select"), launch_time_params_deployments_path(:deployment => { :name => deployable.name, :pool_id => @catalog.pool.id }, :deployable_id => deployable.id ), :class=> "button pill"
           .details.collapsible.collapsed
+            %p= deployable.description
             %table
               %tr
                 %th
-- 
1.7.6.5




More information about the aeolus-devel mailing list