From 7cce65dfd73df55d8e4309549756d18c0af5c480 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']] %>