Skip to content

Commit

Permalink
rename longname -> long_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkpj committed Mar 25, 2011
1 parent aafc680 commit baaadd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/team_competitions/show.html.erb
Expand Up @@ -32,7 +32,7 @@
<tr>
<td><%= i + 1 %>.</td>
<td class="team_name"><a href="javascript:void(0)" class="club_name_link"
id="<%= club.id %>"><%= club.club_for_tc_results %></a></td>
id="<%= club.id %>"><%= club.expanded %></a></td>
<td class="center team_points"><%= team_result[:points] %></td>
<td colspan="4">&nbsp;</td>
</tr>
Expand Down

0 comments on commit baaadd6

Please sign in to comment.