From 0719759b2b63eaca55c4b19be2a604197affb279 Mon Sep 17 00:00:00 2001 From: cblanc Date: Thu, 14 May 2015 18:01:49 +0100 Subject: [PATCH] Quick fix to bring back EU flag --- app/views/users/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index b9a17de..752f357 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -95,7 +95,7 @@
<%= f.label :country %>
- <%= country_code_select :user, :country %> + <%= country_code_select :user, :country, [['EU', 'EU']] %>