Sha256: 71b4c0cea9b5ab0c5f8ca70acbd1348875a83f3f7e1405ecc508c1d17633905c

Contents?: true

Size: 416 Bytes

Versions: 2

Compression:

Stored size: 416 Bytes

Contents

<span>
  <%= image_tag "flags/24x24/#{team.country.key}.png" %>
  
  <% if team.city.present? %>
    <%= team.city.title %> >
    <% if team.city.region.present? %>
      <%= team.city.region.title %> >
    <% end %>
  <% end %>

  
  <%= link_to team.country.title, short_country_path(team.country) %>
  (<%= team.country.code %>) >
  <%= team.country.continent.title if team.country.continent.present? %>
</span>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sportdb-admin-0.1.1 app/views/sport_db_admin/shared/_team_world_tree.html.erb
sportdb-admin-0.1.0 app/views/sport_db_admin/shared/_team_world_tree.html.erb