Sha256: 7313f1af85536f3c2b3d1daef8ae6cac8bfe3e354827bdcd27e91cecf4172dc3
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
<span> <%= flag_for_country( team.country ) %> <% if team.city.present? %> <%= team.city.title %> > <% if team.city.region.present? %> <%= team.city.region.title %> > <% end %> <% end %> <%= link_to_country( 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.3.0 | app/views/sport_db_admin/shared/_team_world_tree.html.erb |
sportdb-admin-0.2.0 | app/views/sport_db_admin/shared/_team_world_tree.html.erb |