From: Brendan Hansen Date: Fri, 15 Nov 2019 16:40:08 +0000 (-0600) Subject: Style fix X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=e481b3ac56b403b86a1c0c1cc271a040a265d8cc;p=codebox.git Style fix --- diff --git a/codebox/views/competition/list.moon b/codebox/views/competition/list.moon index f52b9e5..6e5e55f 100644 --- a/codebox/views/competition/list.moon +++ b/codebox/views/competition/list.moon @@ -10,8 +10,9 @@ class CompetitionList extends html.Widget for comp in *@competitions continue unless current_time <= comp\get_end_time_num! - a class: 'button w100 ta-center', href: (@url_for "leaderboard", { competition_name: comp.short_name }), -> - text comp.name + div -> + a class: 'button w100 ta-center', href: (@url_for "leaderboard", { competition_name: comp.short_name }), -> + text comp.name h1 "Past Competitions"