[PATCH conductor] BZ804985 fixed provider/accounts listing in image detail

Jozef Zigmund jzigmund at redhat.com
Tue Mar 20 15:45:21 UTC 2012


On Saturday 17 March 2012 23:09:08 jtomasek at redhat.com wrote:
> From: Jiri Tomasek <jtomasek at redhat.com>
> 
> ---
>  src/app/views/images/show.html.haml |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/app/views/images/show.html.haml
> b/src/app/views/images/show.html.haml index d0fe21f..65491ae 100644
> --- a/src/app/views/images/show.html.haml
> +++ b/src/app/views/images/show.html.haml
> @@ -49,8 +49,8 @@
> 
>    .content
>      - if @account_groups_listing.present?
> -      - @account_groups_listing.each do |driver, group|
> -        %ul.image_builds
> +      %ul.image_builds
> +        - @account_groups_listing.each do |driver, group|
>            - timg = @target_images_by_target[driver]
>            %li
>              %dl
ACK



More information about the aeolus-devel mailing list