From 2b45db440cac881cf87e63127231dacc2c2bd703 Mon Sep 17 00:00:00 2001 From: Absurdon Date: Wed, 23 Aug 2017 23:23:18 +0200 Subject: [PATCH] Fixed team edit still using the old country_code_select --- app/views/teams/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/teams/edit.html.erb b/app/views/teams/edit.html.erb index d93f92c..f0fdd98 100644 --- a/app/views/teams/edit.html.erb +++ b/app/views/teams/edit.html.erb @@ -29,7 +29,7 @@
<%= f.label :country %> - <%= country_code_select :team, :country, [['EU', 'EU']] %> + <%= country_select :user, :country, include_blank: true %>
<%= f.label :comment %>