summary refs log tree commit diff stats
path: root/web/views
diff options
context:
space:
mode:
Diffstat (limited to 'web/views')
-rw-r--r--web/views/index.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/index.haml b/web/views/index.haml index 186dd40..e605548 100644 --- a/web/views/index.haml +++ b/web/views/index.haml
@@ -19,6 +19,6 @@
19 %td.score-index #{index+1}. 19 %td.score-index #{index+1}.
20 %td.score-pfp 20 %td.score-pfp
21 - if !score.avatar_url.nil? 21 - if !score.avatar_url.nil?
22 %img{ src: score.avatar_url } 22 %img{ src: score.avatar_url, onerror: "this.style='display:none'" }
23 %td.score-name= score.username 23 %td.score-name= score.username
24 %td.score-value= score.score 24 %td.score-value= score.score