diff --git a/views/partials/bonfires.jade b/views/partials/bonfires.jade index a42060ce79..be321383d2 100644 --- a/views/partials/bonfires.jade +++ b/views/partials/bonfires.jade @@ -21,10 +21,5 @@ h3 } }); - ol(start='0') - for bonfire in bonfires - li - a(href="/bonfires/#{bonfire.bonfireNumber}", class="#{ (cc && cc[bonfire.bonfireNumber] > 0) ? 'strikethrough' : '' }") #{bonfire.name} - |   (Level #{bonfire.difficulty}) -a.btn.btn-lg.btn-primary.btn-block(href="/done-with-first-100-hours", class="#{ ((cc && cc[53] === 0) || (!cc)) ? 'disabled' : '' }") I'm done with all the challenges! +