16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
h4.mb-3 Manage your contests
|
|
|
|
a.btn.btn-primary.mb-4 href=new_contest_path
|
|
| Create a new contest
|
|
|
|
.row.row-cols-1.row-cols-md-3.g-4
|
|
- @contests.each do |contest|
|
|
.col
|
|
.card.h-100
|
|
.card-header
|
|
= contest.name
|
|
.card-body
|
|
p.card-text
|
|
| Description text comes here.
|
|
a.btn.btn-primary href=contest_path(contest)
|
|
| Open |