<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/images/icons/group.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,5 +5,6 @@
     %th.name= 'Team two'[]
 
   - recent_games.each do |game|
-    %tr
-      = render :partial =&gt; 'games/game_columns', :locals =&gt; { :game =&gt; game }
\ No newline at end of file
+    %tr{ :class =&gt; cycle('odd', 'even') }
+      = render :partial =&gt; 'games/game_columns', :locals =&gt; { :game =&gt; game }
+  - reset_cycle
\ No newline at end of file</diff>
      <filename>app/views/dashboard/_recent_games.haml</filename>
    </modified>
    <modified>
      <diff>@@ -28,6 +28,7 @@
         %td= person.goals_against
         %td= person.difference
         %td= person.difference_average
+    - reset_cycle
 
   .columns
     .left-column</diff>
      <filename>app/views/dashboard/index.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,9 @@
 %td.members
-  = link_to render(:partial =&gt; 'games/members', :locals =&gt; { :team =&gt; game.teams.first }), games_path(:filter =&gt; game.teams.first.team_ids)
+  = link_to image_tag('icons/group.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's games&quot;[]), games_path(:filter =&gt; game.teams.first.team_ids)
+  = render :partial =&gt; 'games/members', :locals =&gt; { :team =&gt; game.teams.first }
 
 %td.score= game.teams.collect(&amp;:score).join(' - ')
 
 %td.members
-  = link_to render(:partial =&gt; 'games/members', :locals =&gt; { :team =&gt; game.teams.last }), games_path(:filter =&gt; game.teams.last.team_ids)
\ No newline at end of file
+  = link_to image_tag('icons/group.png', :class =&gt; 'team', :alt =&gt; &quot;Show this team's games&quot;[]), games_path(:filter =&gt; game.teams.last.team_ids)
+  = render :partial =&gt; 'games/members', :locals =&gt; { :team =&gt; game.teams.last }
\ No newline at end of file</diff>
      <filename>app/views/games/_game_columns.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,7 @@
-Use this README file to introduce your application and point to useful places in the API for learning more.
-Run &quot;rake doc:app&quot; to generate API documentation for your models and controllers.
\ No newline at end of file
+== Score Keeper
+
+Keep track of scores.
+
+== Attributions
+
+Thanks to Mark James for his Silk icon set (http://www.famfamfam.com/lab/icons/silk/)
\ No newline at end of file</diff>
      <filename>doc/README_FOR_APP</filename>
    </modified>
    <modified>
      <diff>@@ -68,7 +68,7 @@ h3
 #bd
   :padding-top 20px
   :padding-bottom 20px
-  
+
   #messages
     :border 1px solid #999999
     :background-color #EEEEEE
@@ -168,6 +168,11 @@ h3
       :width 20%
       :text-align center
 
+  .members
+    img.team
+      :position relative
+      :top 2px
+
   #sidebar
     :width 220px
 </diff>
      <filename>public/stylesheets/sass/screen.sass</filename>
    </modified>
    <modified>
      <diff>@@ -125,6 +125,9 @@ h3 {
   #bd #recent_games .score {
     width: 20%;
     text-align: center; }
+  #bd .members img.team {
+    position: relative;
+    top: 2px; }
   #bd #sidebar {
     width: 220px; }
     #bd #sidebar #counts label {</diff>
      <filename>public/stylesheets/screen.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>945e3260970507ddaffba3a5e8fc4c2aa09db097</id>
    </parent>
  </parents>
  <author>
    <name>larssg</name>
    <email>larssg@f5341608-8839-0410-823a-0bb850aa70eb</email>
  </author>
  <url>http://github.com/larssg/score-keeper/commit/6a5a75aea00c8538e82b08c6a922c53e67ab9d98</url>
  <id>6a5a75aea00c8538e82b08c6a922c53e67ab9d98</id>
  <committed-date>2007-10-22T02:02:19-07:00</committed-date>
  <authored-date>2007-10-22T02:02:19-07:00</authored-date>
  <message>

git-svn-id: http://scorekeeper.googlecode.com/svn/trunk@155 f5341608-8839-0410-823a-0bb850aa70eb</message>
  <tree>8257beb5ec3a0da88f726392c298e92a6f3725fe</tree>
  <committer>
    <name>larssg</name>
    <email>larssg@f5341608-8839-0410-823a-0bb850aa70eb</email>
  </committer>
</commit>
