From 1d56dfad3de00414968e8ce17f2080d84d35607c Mon Sep 17 00:00:00 2001 From: "konstantin.grabar" Date: Tue, 20 Mar 2012 00:04:33 +0400 Subject: [PATCH] [refs #200] Remove include repos block --- app/views/build_lists/new.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/build_lists/new.html.haml b/app/views/build_lists/new.html.haml index 1dcef99fe..50e4d571b 100644 --- a/app/views/build_lists/new.html.haml +++ b/app/views/build_lists/new.html.haml @@ -38,8 +38,8 @@ = label_tag "arches_#{arch.id}", arch.name %h3= t("activerecord.attributes.build_list.pl") .lineForm= f.select :pl_id, @project.repositories.collect{|r| ["#{r.platform.name}/#{r.name}", r.platform.id]} - %h3= t("activerecord.attributes.build_list.include_repos") - #include_repos +-# %h3= t("activerecord.attributes.build_list.include_repos") +-# #include_repos -#.preloaded_include_repos{:style => 'display: none'} -# - @project.platforms.each do |p|