Fixed team edit still using the old country_code_select

This commit is contained in:
Absurdon 2017-08-23 23:23:18 +02:00
parent a43914e815
commit 2b45db440c

View file

@ -29,7 +29,7 @@
</div>
<div class="fields horizontal">
<%= f.label :country %>
<%= country_code_select :team, :country, [['EU', 'EU']] %>
<%= country_select :user, :country, include_blank: true %>
</div>
<div class="fields horizontal">
<%= f.label :comment %>