From e481b3ac56b403b86a1c0c1cc271a040a265d8cc Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Fri, 15 Nov 2019 10:40:08 -0600 Subject: [PATCH] Style fix --- codebox/views/competition/list.moon | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- 2.25.1