From 38c7aa30083d026b101bb1c987305c7577a8e171 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Tue, 13 Nov 2012 19:55:10 +0400 Subject: [PATCH] updated view --- app/views/platforms/product_build_lists/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/platforms/product_build_lists/show.html.haml b/app/views/platforms/product_build_lists/show.html.haml index f37cfb9cf..57a506398 100644 --- a/app/views/platforms/product_build_lists/show.html.haml +++ b/app/views/platforms/product_build_lists/show.html.haml @@ -17,7 +17,8 @@ = render 'show_field', :key => :project_version, :value => build_list_version_link(pbl, true) -- [:arch, :main_script, :params, :time_living].each do |el| += render 'show_field', :key => :arch, :value => pbl.arch.name +- [:main_script, :params, :time_living].each do |el| = render 'show_field', :key => el, :value => pbl.send(el) = render 'show_field', :key => :notified_at, :value => l(pbl.updated_at, :format => :long)