mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
Merge pull request #70 from cblanc/team_country_flags
Add EU flag to teams
This commit is contained in:
commit
f7123b3c92
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