Clean up show all bonfires modal

This commit is contained in:
Nathan Leniz
2015-03-21 12:12:48 +09:00
parent d48da59aa7
commit 6aaebbf34e

View File

@ -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!