Save display times in the db
This commit is contained in:
@@ -7,6 +7,8 @@ table.table.table-striped.table-hover
|
||||
| Name
|
||||
th scope="col"
|
||||
| Completed puzzles
|
||||
th scope="col"
|
||||
| Total time
|
||||
tbody
|
||||
- @contestants.each_with_index do |contestant, index|
|
||||
tr scope="row"
|
||||
@@ -15,4 +17,6 @@ table.table.table-striped.table-hover
|
||||
td
|
||||
= contestant.name
|
||||
td
|
||||
= contestant.completions.length
|
||||
= contestant.completions.length
|
||||
td
|
||||
= contestant.display_time
|
Reference in New Issue
Block a user