From: Imre Farkas <[email protected]>

---
 src/app/views/pool_families/_list.html.haml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/app/views/pool_families/_list.html.haml 
b/src/app/views/pool_families/_list.html.haml
index 0d82f45..0a6515d 100644
--- a/src/app/views/pool_families/_list.html.haml
+++ b/src/app/views/pool_families/_list.html.haml
@@ -32,6 +32,7 @@
           %th= t("pool_families.index.enabled")
           %th= t("pool_families.index.catalog")
           %th
+          %th
         - pool_family.pools.each do |pool|
           - pool_stats = pool.statistics
           %tr
@@ -47,6 +48,7 @@
             %td= pool.enabled? ? t("pool_families.index.answer_yes") : 
t("pool_families.index.answer_no")
             %td= link_to pool.catalogs.first.name, 
catalog_path(pool.catalogs.first) if pool.catalogs.any?
             %td= link_to t(:edit), edit_pool_path(pool), :class => 
'pool_family_button'
+            %td= link_to t('pool_families.index.provider_selection'), 
pool_provider_selection_path(pool), :class => 'pool_family_button'
         %tr
           %td= t("pool_families.index.total_statistics")
           %td= family_stats[:deployments]
@@ -60,3 +62,4 @@
           %td
           %td
           %td
+          %td
-- 
1.7.11.2

Reply via email to