mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Add EU flag to teams
This commit is contained in:
parent
1838805e18
commit
1faed511fc
2 changed files with 2 additions and 2 deletions
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue