From 2b48be4bf1fc6392dd2c9d6a0bc37d095baf2db6 Mon Sep 17 00:00:00 2001 From: estiens Date: Sat, 16 Jun 2018 09:13:46 -0500 Subject: [PATCH] tweak to static page --- app/views/static/index.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/static/index.html.haml b/app/views/static/index.html.haml index fd95501..cce5f5d 100644 --- a/app/views/static/index.html.haml +++ b/app/views/static/index.html.haml @@ -87,8 +87,9 @@ -elsif match.status == "in progress" .live = image_tag("http://www.countryflags.io/#{match.home_team.iso_code}/flat/16.png") - #{match.home_team.country} (#{match.home_team_score}) Vs #{match.away_team.country} (#{match.away_team_score}) (#{match.time}) + #{match.home_team.country} (#{match.home_team_score}) Vs #{match.away_team.country} (#{match.away_team_score}) = image_tag("http://www.countryflags.io/#{match.away_team.iso_code}/flat/16.png") + ( #{match.time} ) -else #{match.home_team.country} Vs #{match.away_team.country} -- #{(match.datetime).strftime("%H:%M")}