Skip to content

Commit

Permalink
Merge pull request odota#1011 from coreymaher/issue-875-2
Browse files Browse the repository at this point in the history
Fix an issue with the skill sorting due to a merge issue
  • Loading branch information
howardchung committed May 2, 2016
2 parents b7a1355 + 960bf5f commit 55763df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/mixins/match_table.jade
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mixin match_table(matches)
if q.desc
th: abbr(title=tooltips[q.desc])=prettyPrint(q.desc)
else
th: abbr(title=tooltips.skill) S
th.skill: abbr(title=tooltips.skill) S
th: abbr(title=tooltips.kills) K
th: abbr(title=tooltips.deaths) D
th: abbr(title=tooltips.assists) A
Expand Down

0 comments on commit 55763df

Please sign in to comment.