[PATCH] BZ 801089 always allow user to click through to pool_family details

Tzu-Mainn Chen tzumainn at redhat.com
Thu Mar 8 21:11:14 UTC 2012


---
 src/app/views/pool_families/_list.html.haml |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/app/views/pool_families/_list.html.haml b/src/app/views/pool_families/_list.html.haml
index 1839c5b..55006a1 100644
--- a/src/app/views/pool_families/_list.html.haml
+++ b/src/app/views/pool_families/_list.html.haml
@@ -13,10 +13,7 @@
         .caption_content
           %header
             %h2
-              - if pool_family.pools.any?
-                = link_to pool_family.name, pool_family
-              - else
-                = pool_family.name
+              = link_to pool_family.name, pool_family
             .section-controls
               #obj_actions
                 = link_to t("pools.new_pool"), new_pool_path(:pool_family_id => pool_family.id), :class => 'pool_family_button'
-- 
1.7.6.5




More information about the aeolus-devel mailing list