Sha256: 2f19f50b702d054698aaca820edaed85a4e8908ff30b4a3a4a4164fc82ed45fe

Contents?: true

Size: 692 Bytes

Versions: 3

Compression:

Stored size: 692 Bytes

Contents

<table>
 <% teams.each do |team| %>
   <tr>
     <td class='team-key'><%= team.key %></td>
     <td>
       <%= logo_for_team( team ) %>
     </td>
     <td>
       <%= link_to team.title, short_team_path( team ) %>
       <%= " | #{team.synonyms.split('|').join(' | ')}" if team.synonyms.present? %>
     </td>
     <td>
       <%= "(#{team.code})" if team.code.present? %>
     </td>
     <td>
       <%= team.title2  if team.title2.present? %>
     </td>
     
     <td class='team-key'><%= team.country.key %>
     </td>
     <td style='white-space: nowrap;'>
      <%= render_team_world_tree( team ) %>
     <td>
   </tr>
 <% end %><!-- teams.each -->
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sportdb-admin-0.4.0 app/views/sport_db_admin/teams/_teams.html.erb
sportdb-admin-0.3.0 app/views/sport_db_admin/teams/_teams.html.erb
sportdb-admin-0.2.0 app/views/sport_db_admin/teams/_teams.html.erb