diff --git a/app/views/platforms/product_build_lists/show.html.haml b/app/views/platforms/product_build_lists/show.html.haml index c23f6b923..ce0efcdc9 100644 --- a/app/views/platforms/product_build_lists/show.html.haml +++ b/app/views/platforms/product_build_lists/show.html.haml @@ -10,7 +10,8 @@ = render 'show_field', :key => :id, :value => pbl.id = render 'show_field', :key => :status, :value => pbl.human_status -= render 'show_field', :key => :user, :value => link_to(pbl.user.try(:fullname), pbl.user) +- if pbl.user + = render 'show_field', :key => :user, :value => link_to(pbl.user.try(:fullname), pbl.user) = render 'show_field', :key => :product, :value => link_to(pbl.product.name, platform_product_path(platform, product))