Sha256: 7552d10e229755b34b827a660dd4d3fc6e2dc2e940cf1f64670d6abb50c4b1c8

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 Bytes

Contents

%h1 Leaderboard

%table
  %tr
    %th Rank
    %th 
    %th Total
  -@scores.each_with_index do |score, index|
    %tr
      %td= index + 1
      %td= score.scoreable
      %td= score.score_entries.sum(:amount)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Competition-0.0.2 app/views/competition/leaderboard/index.html.haml