<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/images/icons/table.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 - sorted_teams = Match.sort_teams_by_filter(match.teams, params[:filter])
 
 %td.members
-  = link_to css_image_tag('icons/game.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]), game_matches_path(:game_id =&gt; match.game_id, :filter =&gt; sorted_teams.first.team_ids)
+  = link_to css_image_tag('icons/table.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]), game_matches_path(:game_id =&gt; match.game_id, :filter =&gt; sorted_teams.first.team_ids)
   = render :partial =&gt; 'matches/members', :locals =&gt; { :team =&gt; sorted_teams.first }
 
 %td.score{ :nowrap =&gt; 'nowrap' }
@@ -17,7 +17,7 @@
     = css_image_tag('icons/blank.gif')
 
 %td.members
-  = link_to css_image_tag('icons/game.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]), game_matches_path(:game_id =&gt; match.game_id, :filter =&gt; sorted_teams.last.team_ids)
+  = link_to css_image_tag('icons/table.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]), game_matches_path(:game_id =&gt; match.game_id, :filter =&gt; sorted_teams.last.team_ids)
   = render :partial =&gt; 'matches/members', :locals =&gt; { :team =&gt; sorted_teams.last }
   
 %td.comments</diff>
      <filename>app/views/matches/_match_columns.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@
       - @teams.each do |team|
         %tr{ :class =&gt; cycle('even', 'odd') }
           %td.user
-            = link_to css_image_tag('icons/game.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]), game_matches_path(current_game, :filter =&gt; team[:team_ids])
+            = link_to css_image_tag('icons/table.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]), game_matches_path(current_game, :filter =&gt; team[:team_ids])
             = link_to css_image_tag('icons/chart_bar.png', :class =&gt; 'team'), game_team_path(current_game, team[:team_ids])
             = team[:players].collect { |u| user_link(current_game, u)}.join(', ')
 </diff>
      <filename>app/views/teams/index.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@
             = link_to image_tag(user.mugshot.public_filename(:thumb), :alt =&gt; h(user.name)), game_user_path(current_game, user)
           = link_to h(user.name), game_user_path(current_game, user)
 
-    .matchlink= link_to css_image_tag('icons/game.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]) + ' ' + 'Show matches'[], game_matches_path(current_game, :filter =&gt; @ids.join(','))
+    .matchlink= link_to css_image_tag('icons/table.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]) + ' ' + 'Show matches'[], game_matches_path(current_game, :filter =&gt; @ids.join(','))
 
     %table.for_against
       %tr</diff>
      <filename>app/views/teams/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -26,7 +26,7 @@
       %tbody
         - @teams.each do |team|
           %tr{ :class =&gt; cycle('even', 'odd') }
-            %td= link_to css_image_tag('icons/game.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]), game_matches_path(@game, :filter =&gt; team[:team].team_ids)
+            %td= link_to css_image_tag('icons/table.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's matches&quot;[]), game_matches_path(@game, :filter =&gt; team[:team].team_ids)
             %td= link_to css_image_tag('icons/chart_bar.png', :class =&gt; 'team'), game_team_path(@game, team[:team].team_ids)
             %td= link_to team[:team_mate].name, game_user_path(@game, team[:team_mate])
             %td= team[:team_mate_game_participation].ranking.to_i
@@ -42,7 +42,7 @@
     - if @user.mugshot
       .mugshot= image_tag @user.mugshot.public_filename(:thumb), :alt =&gt; h(@user.name)
     
-    .matchlink= link_to css_image_tag('icons/game.png', :class =&gt; 'team', :alt =&gt; &quot;Show this user's matches&quot;[]) + ' ' + 'Show matches'[], game_matches_path(@game, :filter =&gt; @user.id)
+    .matchlink= link_to css_image_tag('icons/table.png', :class =&gt; 'team', :alt =&gt; &quot;Show this user's matches&quot;[]) + ' ' + 'Show matches'[], game_matches_path(@game, :filter =&gt; @user.id)
 
     #counts
       %p.position</diff>
      <filename>app/views/users/show.html.haml</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>public/images/sprites.9f8e117683295cf49d5eb81e1c75f5001b72845a.cache.png</filename>
    </modified>
    <modified>
      <diff>@@ -13,4 +13,5 @@
 .sprite-rss { display: table-cell; display: inline-block; width: 17px; height: 17px; background: url('/images/sprites.9f8e117683295cf49d5eb81e1c75f5001b72845a.cache.png') -1px -190px no-repeat; }
 .sprite-sort_asc { display: table-cell; display: inline-block; width: 21px; height: 4px; background: url('/images/sprites.9f8e117683295cf49d5eb81e1c75f5001b72845a.cache.png') -1px -208px no-repeat; }
 .sprite-sort_desc { display: table-cell; display: inline-block; width: 21px; height: 4px; background: url('/images/sprites.9f8e117683295cf49d5eb81e1c75f5001b72845a.cache.png') -1px -213px no-repeat; }
-.sprite-sort_none { display: table-cell; display: inline-block; width: 21px; height: 9px; background: url('/images/sprites.9f8e117683295cf49d5eb81e1c75f5001b72845a.cache.png') -1px -218px no-repeat; }
\ No newline at end of file
+.sprite-sort_none { display: table-cell; display: inline-block; width: 21px; height: 9px; background: url('/images/sprites.9f8e117683295cf49d5eb81e1c75f5001b72845a.cache.png') -1px -218px no-repeat; }
+.sprite-table { display: table-cell; display: inline-block; width: 16px; height: 16px; background: url('/images/sprites.9f8e117683295cf49d5eb81e1c75f5001b72845a.cache.png') -1px -228px no-repeat; }
\ No newline at end of file</diff>
      <filename>public/stylesheets/sprites.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>49600ddf7493eb872b0667bd4cab4feee22888f3</id>
    </parent>
  </parents>
  <author>
    <name>Lars G. Sehested</name>
    <email>lars@larssehested.com</email>
  </author>
  <url>http://github.com/larssg/score-keeper/commit/6b21813bf42ee35286dfd1b6d590608b9fa719e7</url>
  <id>6b21813bf42ee35286dfd1b6d590608b9fa719e7</id>
  <committed-date>2009-07-04T06:00:01-07:00</committed-date>
  <authored-date>2009-07-04T06:00:01-07:00</authored-date>
  <message>Use table icon when linking to a list of games</message>
  <tree>11f95a4e8d1c41268b6cb22ac704f27eb213047a</tree>
  <committer>
    <name>Lars G. Sehested</name>
    <email>lars@larssehested.com</email>
  </committer>
</commit>
