[Ovirt-devel] [PATCH] fix for BZ 464395

Chris Lalancette clalance at redhat.com
Wed Oct 8 10:53:47 UTC 2008


Scott Seago wrote:
> diff --git a/src/app/views/smart_pools/show_pools.rhtml b/src/app/views/smart_pools/show_pools.rhtml
> index 8e89701..fbf6858 100644
> --- a/src/app/views/smart_pools/show_pools.rhtml
> +++ b/src/app/views/smart_pools/show_pools.rhtml
> @@ -67,7 +67,7 @@
>            <div class="no-grid-items-text">
>              No pools found in this pool. <br/><br/>
>              <%= image_tag "icon_addpool.png", :style=>"vertical-align:middle;" %>  
> -            <a href="<%= url_for :controller => 'pool', :action => 'add_to_smart_pool', :smart_pool_id => @pool %>" rel="facebox[.bolder]">Add first Pool to this smart pool</a>
> +            <a href="<%= url_for :controller => 'smart_pools', :action => 'add_pool_dialog', :id => @pool %>" rel="facebox[.bolder]">Add first Pool to this smart pool</a>
>            </div>
>         </div>
>     </div>

Seems like an obvious typo (using the wrong controller)...

ACK

-- 
Chris Lalancette




More information about the ovirt-devel mailing list