[PATCH conductor 7/9] Add link to provider selection page on pools#show

ifarkas at redhat.com ifarkas at redhat.com
Thu Aug 16 14:44:07 UTC 2012


From: Imre Farkas <ifarkas at redhat.com>

---
 src/app/views/pools/show.html.haml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/views/pools/show.html.haml b/src/app/views/pools/show.html.haml
index 03317b1..c614ccd 100644
--- a/src/app/views/pools/show.html.haml
+++ b/src/app/views/pools/show.html.haml
@@ -8,6 +8,7 @@
                 :id => 'new_deployment_button'
     .catalog_link
       = render :partial => 'layouts/catalog_dropdown', :locals => {:catalogs => @pool.catalogs}
+    = link_to t('pool_families.index.provider_selection'), pool_provider_selection_path(@pool), :class => 'button primary'
     .button-group
       - if check_privilege(Privilege::MODIFY, @pool)
         = link_to t('edit'), edit_pool_path(@pool), :class => 'button pill', :id => 'edit_pool_button'
-- 
1.7.11.2




More information about the aeolus-devel mailing list