From 4b2506c435b67f3168568b1c00ec2fa8230987a0 Mon Sep 17 00:00:00 2001 From: Bastian Greshake Date: Mon, 28 May 2012 12:23:15 +0200 Subject: [PATCH 1/3] removed debugging stuff --- app/views/users/_edit.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/users/_edit.html.erb b/app/views/users/_edit.html.erb index a88703d..35a9896 100644 --- a/app/views/users/_edit.html.erb +++ b/app/views/users/_edit.html.erb @@ -47,7 +47,6 @@

Additional phenotypes

<%= f.fields_for :user_phenotypes do |p| %> <% @phenotype = Phenotype.find_by_id(p.object.phenotype_id) %> - <% if @phenotype and @phenotype.characteristic != "Hair colour" and @phenotype.characteristic!= "Height" and @phenotype.characteristic != "Skin colour" and @phenotype.characteristic != "Population group"%>