From 1faed511fcf342694f9456731c9d94dc5a0deece Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Fri, 6 Nov 2015 15:23:50 +0000 Subject: [PATCH] Add EU flag to teams --- app/views/teams/edit.html.erb | 2 +- app/views/teams/new.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/teams/edit.html.erb b/app/views/teams/edit.html.erb index 6d31784..d93f92c 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 %> + <%= country_code_select :team, :country, [['EU', 'EU']] %>
<%= f.label :comment %> diff --git a/app/views/teams/new.html.erb b/app/views/teams/new.html.erb index 07dc6f2..463fa5f 100644 --- a/app/views/teams/new.html.erb +++ b/app/views/teams/new.html.erb @@ -21,7 +21,7 @@
<%= f.label :country %> - <%= country_code_select :team, :country %> + <%= country_code_select :team, :country, [['EU', 'EU']] %>
<%= f.label :comment %>