Skip to content

Commit

Permalink
Update rankings.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenrskelton authored Sep 12, 2023
1 parent d451206 commit 8429cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
</div>
<div style="display:flex">
<div style="text-align:left">
${this.profileBody(item.meta)}
${this.profileMeta(item.meta)}
</div>
<div style="flex-grow:1;line-height:1.3;" class="card-text text-end">
${ratedPercent == 0 ? 'Zero Rated' : (ratedPercent == 100 ? 'All Rated' : (100 - ratedPercent) + '% Unrated')}<br/>
Expand Down

0 comments on commit 8429cd2

Please sign in to comment.