From 6aaebbf34e5c35a2f2297e617471ddfadf37e946 Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Sat, 21 Mar 2015 12:12:48 +0900 Subject: [PATCH] Clean up show all bonfires modal --- views/partials/bonfires.jade | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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! +