Fixed new team view still having old country_code_select

This commit is contained in:
Absurdon 2017-09-03 19:15:43 +02:00
parent 2b45db440c
commit 683e32c7f6

View file

@ -21,7 +21,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 %>