Sha256: b0f1d4853fc540d0ef9e121f4fb86daa88436bac5e1de9b3e6882a739d48ed00

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

<!-- paras: game
  NB: v2 uses two tds (table cells)
  -->

<!-- todo/fix:
  check for :link options (:db|:live)
  -->

<td class='game-team2'>
  <!-- todo: move code to model ?? -->
  <%= logo_for_team( game.team2 ) %>

  <span class='<%= game.team2_style_class %>'>
    <%= link_to_team( game.team2 ) %>
  </span>
  <%= "(#{game.team2.title2})" if game.team2.title2.present? %>
</td>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sportdb-admin-0.4.0 app/views/sport_db_admin/shared/_td_game_team2.html.erb
sportdb-admin-0.3.0 app/views/sport_db_admin/shared/_td_game_team2.html.erb
sportdb-admin-0.2.0 app/views/sport_db_admin/shared/_td_game_team2.html.erb