Merge pull request #70 from cblanc/team_country_flags

Add EU flag to teams
This commit is contained in:
simplefl 2015-11-06 18:56:23 +01:00
commit f7123b3c92
2 changed files with 2 additions and 2 deletions

View file

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

View file

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